So that we can easily test in-development changes to this pipeline.
Signed-off-by: Zack Cerza <zack@cerza.org>
- 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