csv test
parent
4b4f041193
commit
c461dcec0a
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue