From 8e6b8f2659a45f29a7207470c4fe90ea78d5593a Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Fri, 22 Mar 2024 12:00:30 +0000 Subject: 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 --- extras/bash/sandbox_test_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/bash/sandbox_test_functions.sh b/extras/bash/sandbox_test_functions.sh index a08e5947d..c4145675c 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!" -- cgit 1.2.3-korg