Add "all" CI group to view all pipelines for a version

This commit is contained in:
Roy Clarkson
2025-03-19 15:21:57 -04:00
parent ab9fb1e8f0
commit 829936a083

View File

@@ -220,3 +220,14 @@ groups:
- name: "ci-images"
jobs:
- build-ci-images
- name: "all"
jobs:
- build
- stage-milestone
- promote-milestone
- stage-rc
- promote-rc
- stage-release
- promote-release
- sync-to-maven-central
- build-ci-images