-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededphase-3
Description
Add GitLab CI (.gitlab-ci.yml) as a supported target platform for pipeline generation.
What needs to happen
Similar to the Jenkins issue — build a GitLab CI renderer that takes a CISpec and produces a valid .gitlab-ci.yml.
Scope
- New renderer module under
ci_copilot/core/agents/ci_generation/gitlab_ci/ .gitlab-ci.ymlgeneration from CISpec- Stage/job mapping, rules, artifacts, caching
- Support for GitLab-specific features (environments, includes, extends)
- Validation of generated YAML
Reference
- Existing pattern:
ci_copilot/core/agents/ci_generation/github_ci/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededphase-3