Fix build number
All checks were successful
s430705-evaluation/pipeline/head This commit looks good
s430705-training/pipeline/head This commit looks good

This commit is contained in:
s430705 2021-05-13 13:02:40 +02:00
parent b716a532aa
commit 9c3c54b4e6

View File

@ -32,7 +32,7 @@ pipeline {
stage('Evaluation') {
steps {
sh 'buildNumber=$(echo $BUILD_NUMBER)'
sh "python3 ./lab06-eval.py ${buildNumber}"
sh "python3 ./lab06-eval.py $BUILD_NUMBER"
sh 'python3 "./lab06-plot.py"'
sh 'python3 "./lab07_sacred01.py"'
sh 'python3 "./lab07_sacred02.py"'