From d7e9e58da3d64169f26b7ba03d3acb628d3273a9 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 15 Jun 2023 15:59:09 +0200 Subject: [PATCH] version switch to python 3.8 should be successful now --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1bad0b5..153c2d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -137,8 +137,8 @@ pipeline { } echo "${SCRIPT_PARAMETER}" - sh "python3.8 createReport.py ${SCRIPT_PARAMETER}" - sh "python3.8 summary.py" + sh "python3 createReport.py ${SCRIPT_PARAMETER}" + sh "python3 summary.py" summary = readFile('summary.txt').trim() if (KPI_EXTENSION=='true') {