You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add full CI/CD pipeline support for release candidate (rc/*) branches
across all workflow stages:
Workflow Triggers:
- Add 'rc/**' pattern to push trigger branches
- Update concurrency group to prevent rc/* builds from interfering
Branch Validation:
- Extend configuration check to recognize rc/* as valid trigger branch
- Update validation messages to include rc/* in expected patterns
Artifactory Integration:
- Enable artifact upload for rc/* branches
- Create separate 'rc/' directory for rc/* build artifacts
- Set ARTIFACTORY_STAGE_PREFIX='rc' for proper organization
GitLab Pipeline Integration:
- Set BUILD_TYPE='rc' for rc/* branch builds
- Update trigger conditions to include rc/* branches
- Add rc/* to branch-to-GitLab mapping documentation table
This provides complete parity with ionos-dev and ionos-stable branches,
enabling proper release candidate workflow with isolated artifacts.
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
0 commit comments