From 298637c384a1f98a8fd1957e094ad7509f215060 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 4 May 2020 13:04:41 -0400 Subject: [PATCH] jenkins-job-builder: Use latest pip I guess jjb needs a newer pip. This job broke a few weeks ago after https://github.com/ceph/ceph-build/commit/21e7a7b2d3aa4d49b3a38c8eab494adb8f928a4b 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 e6eb02de..9847549e 100644 --- a/jenkins-job-builder/build/build +++ b/jenkins-job-builder/build/build @@ -10,7 +10,7 @@ set -euxo pipefail # the following two methods exist in scripts/build_utils.sh pkgs=( "jenkins-job-builder==2.0.3" ) -install_python_packages "pkgs[@]" +install_python_packages "pkgs[@]" latest # Wipe out JJB's cache if $FORCE is set. [ "$FORCE" = true ] && rm -rf "$HOME/.cache/jenkins_jobs/" -- 2.39.5