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