bash: Update jjb version in jjb-sandbox-env function 32/30332/2
authorDave Wallace <dwallacelf@gmail.com>
Mon, 7 Dec 2020 22:23:10 +0000 (17:23 -0500)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 9 Dec 2020 19:42:57 +0000 (19:42 +0000)
- 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

extras/bash/functions.bash

index 21c3d5b..467d9da 100644 (file)
@@ -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() {