diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/bash/sandbox_test_functions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/bash/sandbox_test_functions.sh b/extras/bash/sandbox_test_functions.sh index ae37d3a19..f952dd335 100644 --- a/extras/bash/sandbox_test_functions.sh +++ b/extras/bash/sandbox_test_functions.sh @@ -29,7 +29,7 @@ jjb-sandbox-env() { - local jjb_version=${JJB_VERSION:-"6.0.0"} + local jjb_version=${JJB_VERSION:-"6.4.1"} if [ -z "$WS_ROOT" ] ; then echo "ERROR: WS_ROOT is not set!" @@ -73,7 +73,7 @@ jjb-sandbox-env() && python3 -m venv $VENV_DIR \ && source $VENV_DIR/bin/activate \ && pip3 install --upgrade pip \ - && pip3 install wheel \ + && pip3 install --upgrade setuptools \ && pip3 install jenkins-job-builder==$jjb_version alias jjsb='jenkins-jobs --conf $JENKINS_INI' |