summaryrefslogtreecommitdiffstats
path: root/extras/bash
diff options
context:
space:
mode:
authorVanessa Valderrama <vvalderrama@linuxfoundation.org>2024-09-13 18:43:10 +0000
committerGerrit Code Review <gerrit@fd.io>2024-09-13 18:43:10 +0000
commit7933a87d71175656cf547f772776ae849e54f3a2 (patch)
tree60bd95c043c7d1708a91a06159c627133a236b66 /extras/bash
parent96ae1afd2937ec1cedd4d5688fe5942a3d678551 (diff)
parent7435c2dd66dc0c2ee05c003be41414c0c4a963bb (diff)
Merge "Add debian-12 support."
Diffstat (limited to 'extras/bash')
-rw-r--r--extras/bash/sandbox_test_functions.sh4
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'