]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
jenkins-job-builder: Use latest JJB version 987/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 16 Mar 2018 15:45:42 +0000 (11:45 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 16 Mar 2018 15:54:55 +0000 (11:54 -0400)
It was pinned to a beta release in
https://github.com/ceph/ceph-build/commit/4f10012571b120e01854fae49be4d43f382787f1
so we could take advantage of an option that wasn't available in the
stable version.

It's now in the stable version and I've tested it against a job config
locally and confirmed compatibility

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

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