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" }