-
Notifications
You must be signed in to change notification settings - Fork 24
Add support for GitLab #151
Copy link
Copy link
Open
Labels
P2Nice to fix: non-critical items that should be evaluated and planned during issue triageNice to fix: non-critical items that should be evaluated and planned during issue triageenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
P2Nice to fix: non-critical items that should be evaluated and planned during issue triageNice to fix: non-critical items that should be evaluated and planned during issue triageenhancementNew feature or requestNew feature or request
Please describe the enhancement
I would look forward if Frizbee could support GitLab
.gitlab-ci.ymlfiles.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.ymlfiles 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
includesare, therefore I would consider this feature done if GitLab Job images can be supported.