From: Zack Cerza Date: Fri, 14 Feb 2025 05:23:56 +0000 (-0700) Subject: ceph-dev-pipeline: Use ceph-build branch param X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=85748ab159a3173704cfda8c3609c268dc583138;p=ceph-build.git ceph-dev-pipeline: Use ceph-build branch param I missed this when filing #2323 Signed-off-by: Zack Cerza --- diff --git a/ceph-dev-pipeline/build/Jenkinsfile b/ceph-dev-pipeline/build/Jenkinsfile index 345738ed..298d7a89 100644 --- a/ceph-dev-pipeline/build/Jenkinsfile +++ b/ceph-dev-pipeline/build/Jenkinsfile @@ -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']