From: David Galloway Date: Fri, 16 Mar 2018 15:45:42 +0000 (-0400) Subject: jenkins-job-builder: Use latest JJB version X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F987%2Fhead;p=ceph-build.git jenkins-job-builder: Use latest JJB version 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 --- diff --git a/jenkins-job-builder/build/build b/jenkins-job-builder/build/build index 05488d37..7f22fab9 100644 --- a/jenkins-job-builder/build/build +++ b/jenkins-job-builder/build/build @@ -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.