version switch to python 3.8 should be successful now

daily
SLW\ARNAUA 2023-06-15 15:08:50 +02:00
parent 62e82a77f8
commit c1c51b17c2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -80,7 +80,7 @@ pipeline {
steps {
dir("/opt/workspace/qm_report/") {
retry(3) {
sleep(300*installRetryCount)
sleep(10*installRetryCount)
script {
installRetryCount = installRetryCount+1
}