]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-pipeline: Add CEPH_BUILD_BRANCH param 2323/head
authorZack Cerza <zack@cerza.org>
Fri, 7 Feb 2025 21:58:55 +0000 (14:58 -0700)
committerZack Cerza <zack@cerza.org>
Wed, 12 Feb 2025 18:53:55 +0000 (11:53 -0700)
So that we can easily test in-development changes to this pipeline.

Signed-off-by: Zack Cerza <zack@cerza.org>
ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml

index 20d7b147e10c24a9e3feefd175ea132766a13574..ed42f133d904c51ecb2338f044d46c91b6a0efc1 100644 (file)
@@ -9,7 +9,7 @@
         - git:
             url: https://github.com/ceph/ceph-build
             branches:
-              - main
+              - ${CEPH_BUILD_BRANCH}
             shallow-clone: true
             submodule:
               disable: true
           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