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') {
|
||||
steps {
|
||||
sh 'buildNumber=$(echo $BUILD_NUMBER)'
|
||||
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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user