Changed file path
Some checks failed
s434804-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s434804-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
parent
60507abb40
commit
b0348f72f9
@ -28,9 +28,9 @@ pipeline {
|
||||
}
|
||||
stage('evaluation') {
|
||||
steps {
|
||||
sh 'chmod +x tensor-eval.py'
|
||||
sh 'python3 tensor-eval.py $BUILD_NUMBER >> evaluation.txt'
|
||||
sh 'python3 tensor-plot.py'
|
||||
sh 'chmod +x ./tensor-eval.py'
|
||||
sh 'python3 ./tensor-eval.py $BUILD_NUMBER >> evaluation.txt'
|
||||
sh 'python3 ./tensor-plot.py'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user