version switch to python 3.8 should be successful now
parent
62e82a77f8
commit
c1c51b17c2
|
|
@ -80,7 +80,7 @@ pipeline {
|
|||
steps {
|
||||
dir("/opt/workspace/qm_report/") {
|
||||
retry(3) {
|
||||
sleep(300*installRetryCount)
|
||||
sleep(10*installRetryCount)
|
||||
script {
|
||||
installRetryCount = installRetryCount+1
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue