From: Guillaume Abrioux Date: Thu, 29 Feb 2024 09:54:20 +0000 (+0100) Subject: sync-images: fix the inclusion section X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a026d8da2c93d86a413e5fec5e21b33206714e6c;p=ceph-build.git 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 --- diff --git a/sync-images/config/definitions/sync-images.yml b/sync-images/config/definitions/sync-images.yml index 4b048fbf..d57f6914 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