modified
parent
31f3a036f5
commit
3c7e58f968
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue