modified
parent
31f3a036f5
commit
3c7e58f968
|
|
@ -96,6 +96,7 @@ pipeline {
|
||||||
|
|
||||||
stage('Execute Reporting Script') {
|
stage('Execute Reporting Script') {
|
||||||
steps {
|
steps {
|
||||||
|
dir("/opt/workspace/qm_report/") {
|
||||||
retry(3) {
|
retry(3) {
|
||||||
sleep(300*reportRetryCount)
|
sleep(300*reportRetryCount)
|
||||||
|
|
||||||
|
|
@ -139,8 +140,9 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Only required once CN is not reachable from EMEA
|
//Only required once CN is not reachable from EMEA
|
||||||
//loopEnvironments(environments)
|
//loopEnvironments(environments)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue