summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorAnil Belur <abelur@linuxfoundation.org>2023-05-03 14:36:27 +1000
committerAnil Belur <abelur@linuxfoundation.org>2023-05-03 14:38:55 +1000
commit3f7b2b6fbaf5712fc549a7fa4f667a45a2700e33 (patch)
treef7745e0347ea38f610a87ae2a1cbae5e67e0fa3a /extras
parent9acc4e0693953695f54563f035842337419ce310 (diff)
Chore: Update global-jjb to the latest v0.86.1
- Pull in "Refactor!: JJB code to comply with v5.x" Change-Id: Ieabc972d17074245465649cf819204c7afe66e24 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Diffstat (limited to 'extras')
-rw-r--r--extras/bash/sandbox_test_functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/bash/sandbox_test_functions.sh b/extras/bash/sandbox_test_functions.sh
index 3993069e..c4145675 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:-"4.1.0"}
+ local jjb_version=${JJB_VERSION:-"5.0.2"}
if [ -z "$WS_ROOT" ] ; then
echo "ERROR: WS_ROOT is not set!"