From fa06a90522e77926c0245a87549e484d8ca1c704 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 16 Mar 2018 11:45:42 -0400 Subject: [PATCH] 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 --- jenkins-job-builder/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3