diff --git a/Jenkinsfile b/Jenkinsfile index f3f05a9..adf531d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -152,7 +152,7 @@ pipeline { sh "ls -la" summary = readFile('summary.txt').trim() - if (KPI_EXTENSION=='false') { + if (KPI_EXTENSION=='true') { echo "Executing KPI Extension" sh "python3.8 kpi_extension.py" }