version switch to python 3.8 should be successful now
parent
8c67708bea
commit
a75708c79b
|
|
@ -137,13 +137,13 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "${SCRIPT_PARAMETER}"
|
echo "${SCRIPT_PARAMETER}"
|
||||||
sh "python3.8 createReport.py ${SCRIPT_PARAMETER}"
|
sh "python3 createReport.py ${SCRIPT_PARAMETER}"
|
||||||
sh "python3.8 summary.py"
|
sh "python3 summary.py"
|
||||||
summary = readFile('summary.txt').trim()
|
summary = readFile('summary.txt').trim()
|
||||||
|
|
||||||
if (KPI_EXTENSION=='true') {
|
if (KPI_EXTENSION=='true') {
|
||||||
echo "Executing KPI Extension"
|
echo "Executing KPI Extension"
|
||||||
sh "python3.8 kpi_extension.py"
|
sh "python3 kpi_extension.py"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue