From a026d8da2c93d86a413e5fec5e21b33206714e6c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 29 Feb 2024 10:54:20 +0100 Subject: [PATCH] sync-images: fix the inclusion section according to the documentation [1], my understanding is that `!include-raw` should be used instead of `!include-raw-escape`. [1] https://jenkins-job-builder.readthedocs.io/en/latest/definition.html#inclusion-tags Signed-off-by: Guillaume Abrioux --- sync-images/config/definitions/sync-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-images/config/definitions/sync-images.yml b/sync-images/config/definitions/sync-images.yml index 4b048fbfe..d57f6914e 100644 --- a/sync-images/config/definitions/sync-images.yml +++ b/sync-images/config/definitions/sync-images.yml @@ -26,7 +26,7 @@ builders: - shell: - !include-raw-escape: + !include-raw: - ../../../scripts/build_utils.sh - ../../build/build -- 2.47.3