Zaktualizuj 'Jenkinsfile_evaluation'
Some checks failed
s434804-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Dawid Wietrzych 2021-05-15 18:05:24 +02:00
parent 4aae76c38b
commit 1b96d55677

View File

@ -30,6 +30,7 @@ pipeline {
steps { steps {
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 'cat ./evaluation.csv'
sh 'python3 ./tensor-plot.py' sh 'python3 ./tensor-plot.py'
} }
} }