summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2024-03-22 12:00:30 +0000
committerDave Wallace <dwallacelf@gmail.com>2024-03-22 12:00:30 +0000
commit8e6b8f2659a45f29a7207470c4fe90ea78d5593a (patch)
tree21b821aad551c1f1e8ef944a984f82fe04cbfc76 /extras
parentcbe4988f0e9e9668919c0dd5cdd03d1e925ce93f (diff)
Revert "Feat!: Upgrade Jenkins-job-builder to 6x"
This reverts commit cbe4988f0e9e9668919c0dd5cdd03d1e925ce93f. Reason for revert: the change in jjb/global_macros.yaml replacing !include-raw with !include-raw-escape mangles the python code in the here_doc that gets written to /w/workspace/publish_library.py, thus all jobs fail during post job upload of log files to AWS s3 storage. Change-Id: I8346ed9db9810f595614c28c114cc08170fdeb1a Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
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 a08e5947..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:-"6.0.0"}
+ local jjb_version=${JJB_VERSION:-"5.0.2"}
if [ -z "$WS_ROOT" ] ; then
echo "ERROR: WS_ROOT is not set!"