]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-pipeline: Use ceph-build branch param
authorZack Cerza <zack@cerza.org>
Fri, 14 Feb 2025 05:23:56 +0000 (22:23 -0700)
committerZack Cerza <zack@cerza.org>
Thu, 17 Apr 2025 19:07:21 +0000 (13:07 -0600)
I missed this when filing #2323

Signed-off-by: Zack Cerza <zack@cerza.org>
ceph-dev-pipeline/build/Jenkinsfile

index 345738ed4034fb32585c84f9eef080846d126a58..298d7a89ec20ea8c02e87abbfb3929f8dba4cebe 100644 (file)
@@ -78,7 +78,7 @@ pipeline {
           stage("checkout ceph-build") {
             steps {
               checkout scmGit(
-                branches: [[name: ceph_build_branch]],
+                branches: [[name: env.CEPH_BUILD_BRANCH]],
                 userRemoteConfigs: [[url: ceph_build_repo]],
                 extensions: [
                   [$class: 'CleanBeforeCheckout']