Zaktualizuj 'Jenkinsfile_evaluation'

This commit is contained in:
Dawid Wietrzych 2021-05-15 18:22:36 +02:00
parent e4e9a34066
commit a960a878f8

View File

@ -29,9 +29,7 @@ pipeline {
stage('evaluation') {
steps {
sh 'chmod +x ./tensor-eval.py'
sh 'rm -rf ./evaluation.csv'
sh 'python3 ./tensor-eval.py $BUILD_NUMBER >> evaluation.txt'
sh 'cat ./evaluation.csv'
sh 'python3 ./tensor-plot.py'
}
}