Fix build number
This commit is contained in:
parent
a953071c09
commit
198ffb830b
@ -31,7 +31,7 @@ pipeline {
|
||||
}
|
||||
stage('Evaluation') {
|
||||
steps {
|
||||
sh 'buildNumber=$(echo ${env.BUILD_NUMBER})'
|
||||
sh 'buildNumber=$(echo $BUILD_NUMBER)'
|
||||
sh 'python3 "./lab06-eval.py $buildNumber"'
|
||||
sh 'python3 "./lab06-plot.py"'
|
||||
sh 'python3 "./lab07_sacred01.py"'
|
||||
|
Loading…
Reference in New Issue
Block a user