]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Pin jenkins-job-builder to beta version for now 819/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 8 Aug 2017 16:24:52 +0000 (12:24 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 8 Aug 2017 16:31:50 +0000 (12:31 -0400)
Allows us to use github-pull-request cancel-builds-on-update option

Signed-off-by: David Galloway <dgallowa@redhat.com>
jenkins-job-builder/build/build

index 95aa2c9d63e95310fd9a3ab3c489c1539de954a5..cdaf349ec717ffc06eec8641fb2bc51748f939c1 100644 (file)
@@ -9,7 +9,7 @@
 set -ex
 
 # the following two methods exist in scripts/build_utils.sh
-pkgs=( "jenkins-job-builder" )
+pkgs=( "jenkins-job-builder==2.0.0.0b2" )
 install_python_packages "pkgs[@]"
 
 # Wipe out JJB's cache if $FORCE is set.