From a721f36d2cf6f902d337c20f8f38eb413daa83e6 Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Wed, 13 Feb 2019 10:46:17 +0400 Subject: [PATCH] Switch to include-raw in update-jenkins-job Change-Id: Ifeec1f95c0def4d785377f0ebfa596875c0a3d7b --- maintenance-ci/common/jobs/update-jenkins-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance-ci/common/jobs/update-jenkins-jobs.yaml b/maintenance-ci/common/jobs/update-jenkins-jobs.yaml index 8ee9980..d1ea510 100644 --- a/maintenance-ci/common/jobs/update-jenkins-jobs.yaml +++ b/maintenance-ci/common/jobs/update-jenkins-jobs.yaml @@ -52,11 +52,11 @@ builders: - shell: - !include-raw-escape: common/scripts/update-jenkins-jobs.sh + !include-raw: common/scripts/update-jenkins-jobs.sh publishers: - post-tasks: - matches: - log-text: '.' escalate-status: true - script: !include-raw-escape: common/scripts/update-jenkins-cleanup.sh \ No newline at end of file + script: !include-raw: common/scripts/update-jenkins-cleanup.sh \ No newline at end of file -- 2.45.2