Add support for GitLab #151
Labels
enhancement
New feature or request
P2
Nice to fix: non-critical items that should be evaluated and planned during issue triage
Please describe the enhancement
I would look forward if Frizbee could support GitLab
.gitlab-ci.yml
files.There two options which would benefit from the support are:
Job Images:
Here we declare a Container Image and its version tag (e.g.
latest
,v4.2.0
).Includes and CI/CD Components:
Here we declare a CI/CD Component, essentially a pre-defined job which should be run in the project and it's version
Solution Proposal
Frizbee should be able to look into
.gitlab-ci.yml
files and provide the checksum for declared Job images and included components.Describe alternatives you've considered
Not supporting it?!
Additional context
No response
Acceptance Criteria
I am not sure about how much more difficult the support for
includes
are, therefore I would consider this feature done if GitLab Job images can be supported.The text was updated successfully, but these errors were encountered: