daily
SLW\ARNAUA 2023-04-26 10:05:03 +02:00
parent 31f3a036f5
commit 3c7e58f968
1 changed files with 4 additions and 2 deletions

6
Jenkinsfile vendored
View File

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