Changed file path
Some checks failed
s434804-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Dawid 2021-05-14 21:04:17 +02:00
parent 60507abb40
commit b0348f72f9

View File

@ -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') {