kpi-extension functionality

daily
QXZ3NHY 2023-06-16 09:42:46 +02:00
parent eac91e8061
commit 655488faaa
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -152,8 +152,8 @@ pipeline {
} }
echo "${SCRIPT_PARAMETER}" echo "${SCRIPT_PARAMETER}"
sh "python3 createReport.py ${SCRIPT_PARAMETER}" sh "python3.8 createReport.py ${SCRIPT_PARAMETER}"
sh "python3 summary.py" sh "python3.8 summary.py"
summary = readFile('summary.txt').trim() summary = readFile('summary.txt').trim()
if (KPI_EXTENSION=='true') { if (KPI_EXTENSION=='true') {