From 2c3f74a72567d47cfc1e90e0cf0393a4b223f37c Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 7 Feb 2025 14:58:55 -0700 Subject: [PATCH] ceph-dev-pipeline: Add CEPH_BUILD_BRANCH param So that we can easily test in-development changes to this pipeline. Signed-off-by: Zack Cerza --- ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml b/ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml index 20d7b147..ed42f133 100644 --- a/ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml +++ b/ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml @@ -9,7 +9,7 @@ - git: url: https://github.com/ceph/ceph-build branches: - - main + - ${CEPH_BUILD_BRANCH} shallow-clone: true submodule: disable: true @@ -88,6 +88,11 @@ description: "Use the source distribution from this ceph-dev-new-setup build instead of creating a new one" default: "" + - string: + name: CEPH_BUILD_BRANCH + description: "Use the Jenkinsfile from this ceph-build branch" + default: main + wrappers: - inject-passwords: global: true -- 2.39.5