error 128 debugging, potential fix
parent
3721ee58c7
commit
c0de7c37e6
|
|
@ -86,7 +86,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
sh """
|
sh """
|
||||||
cat /etc/os-release
|
cat /etc/os-release
|
||||||
python3.8 --version
|
python --version
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||||
"""
|
"""
|
||||||
|
|
@ -135,13 +135,13 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "${SCRIPT_PARAMETER}"
|
echo "${SCRIPT_PARAMETER}"
|
||||||
sh "python3.8 createReport.py ${SCRIPT_PARAMETER}"
|
sh "python createReport.py ${SCRIPT_PARAMETER}"
|
||||||
sh "python3.8 summary.py"
|
sh "python 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 "python kpi_extension.py"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue