Fix build number
This commit is contained in:
parent
b716a532aa
commit
9c3c54b4e6
@ -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 $BUILD_NUMBER"
|
||||||
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"'
|
||||||
|
Loading…
Reference in New Issue
Block a user