From: Dave Wallace Date: Mon, 19 Sep 2022 17:15:07 +0000 (-0400) Subject: Update jenkins-job-builder version in bash test functions. X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=30e5f48bd61ca09c624a7c2d483565663256e505;p=ci-management.git Update jenkins-job-builder version in bash test functions. Signed-off-by: Dave Wallace Change-Id: I52c7cc025a4c9bbfa6d686ed0afcec7a8e5d5061 --- diff --git a/extras/bash/sandbox_test_functions.sh b/extras/bash/sandbox_test_functions.sh index de8a9657d..90736e964 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:-"3.5.0"} + local jjb_version=${JJB_VERSION:-"4.1.0"} if [ -z "$WS_ROOT" ] ; then echo "ERROR: WS_ROOT is not set!"