From: Dave Wallace Date: Mon, 7 Dec 2020 22:23:10 +0000 (-0500) Subject: bash: Update jjb version in jjb-sandbox-env function X-Git-Tag: v21.06-rc0~37 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=1722da739789a079ab3687ae959318335ae66014;p=vpp.git 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 --- 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() {