aboutsummaryrefslogtreecommitdiffstats
path: root/extras/bash
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2020-12-07 17:23:10 -0500
committerFlorin Coras <florin.coras@gmail.com>2020-12-09 19:42:57 +0000
commit1722da739789a079ab3687ae959318335ae66014 (patch)
treec79b2cc78d4d812c45b336cbcf3907c13d99be16 /extras/bash
parent33c45f56ab391ab13a42eb4ec2ac2b97b9fc546a (diff)
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 <dwallacelf@gmail.com> Change-Id: I486faffc6b5a0cce7425dd526adf9dbc034b2d85
Diffstat (limited to 'extras/bash')
-rw-r--r--extras/bash/functions.bash2
1 files changed, 1 insertions, 1 deletions
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() {