From 1722da739789a079ab3687ae959318335ae66014 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Mon, 7 Dec 2020 17:23:10 -0500 Subject: bash: Update jjb version in jjb-sandbox-env function - The version of jjb deployed in jenkins.fd.io was upgraded to 3.5.0. Make the sandbox setup function use the same version. Type: fix Signed-off-by: Dave Wallace Change-Id: I486faffc6b5a0cce7425dd526adf9dbc034b2d85 --- extras/bash/functions.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/bash') diff --git a/extras/bash/functions.bash b/extras/bash/functions.bash index 21c3d5bc9ae..467d9da9f7b 100644 --- a/extras/bash/functions.bash +++ b/extras/bash/functions.bash @@ -230,7 +230,7 @@ jjb-sandbox-env() && python3 -m venv $VENV_DIR \ && source $VENV_DIR/bin/activate \ && pip3 install wheel \ - && pip3 install jenkins-job-builder==3.0.2 + && pip3 install jenkins-job-builder==3.5.0 alias jjsb='jenkins-jobs --conf $JENKINS_INI' function jjsb-test() { -- cgit 1.2.3-korg