From 829936a0830d7ea39dde17bb218efa26c170f3c2 Mon Sep 17 00:00:00 2001 From: Roy Clarkson Date: Wed, 19 Mar 2025 15:21:57 -0400 Subject: [PATCH] Add "all" CI group to view all pipelines for a version --- ci/pipeline.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index b48f9ab..a413c29 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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