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) + } } }