daily
QXZ3NHY 2023-06-20 09:55:51 +02:00
parent 4b4f041193
commit c461dcec0a
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -141,9 +141,10 @@ pipeline {
echo "${SCRIPT_PARAMETER}"
sh "python3.8 createReport.py ${SCRIPT_PARAMETER}"
sh "python3.8 summary.py"
sh "ls -la"
summary = readFile('summary.txt').trim()
if (KPI_EXTENSION=='true') {
if (KPI_EXTENSION=='false') {
echo "Executing KPI Extension"
sh "python3.8 kpi_extension.py"
}