Zaktualizuj 'Jenkinsfile_evaluation'
Some checks are pending
s434804-evaluation/pipeline/head Build queued...
Some checks are pending
s434804-evaluation/pipeline/head Build queued...
This commit is contained in:
parent
af71bb08ae
commit
60507abb40
@ -28,9 +28,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('evaluation') {
|
stage('evaluation') {
|
||||||
steps {
|
steps {
|
||||||
sh 'buildNumber=$(echo $BUILD_NUMBER)'
|
|
||||||
sh 'chmod +x tensor-eval.py'
|
sh 'chmod +x tensor-eval.py'
|
||||||
sh 'python3 "tensor-eval.py $BUILD_NUMBER" >> evaluation.txt'
|
sh 'python3 tensor-eval.py $BUILD_NUMBER >> evaluation.txt'
|
||||||
sh 'python3 tensor-plot.py'
|
sh 'python3 tensor-plot.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user