From c461dcec0adffe15faed89c3f368b5250c37b003 Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Tue, 20 Jun 2023 09:55:51 +0200 Subject: [PATCH] csv test --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d29e95b..71e32d2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" }