From c1c51b17c2c5515e9e1ea21ae6f56d7d945a7e68 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 15 Jun 2023 15:08:50 +0200 Subject: [PATCH] version switch to python 3.8 should be successful now --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 735f082..3df1a71 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -80,7 +80,7 @@ pipeline { steps { dir("/opt/workspace/qm_report/") { retry(3) { - sleep(300*installRetryCount) + sleep(10*installRetryCount) script { installRetryCount = installRetryCount+1 }