Fix build number
Some checks failed
s430705-evaluation/pipeline/head There was a failure building this commit
s430705-training/pipeline/head There was a failure building this commit

This commit is contained in:
s430705 2021-05-13 12:54:57 +02:00
parent 198ffb830b
commit 766672f362

View File

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