final test

daily
QXZ3NHY 2023-06-20 10:32:19 +02:00
parent 49be56f531
commit 48ec77343f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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