From 3c7e58f9681e54de8ac53412c68ce1277e7362db Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Wed, 26 Apr 2023 10:05:03 +0200 Subject: [PATCH] modified --- Jenkinsfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4a5050b..2fce02d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -96,6 +96,7 @@ pipeline { stage('Execute Reporting Script') { steps { + dir("/opt/workspace/qm_report/") { retry(3) { sleep(300*reportRetryCount) @@ -139,8 +140,9 @@ pipeline { } } - //Only required once CN is not reachable from EMEA - //loopEnvironments(environments) + //Only required once CN is not reachable from EMEA + //loopEnvironments(environments) + } } }