Zaktualizuj 'Jenkinsfile_evaluation'
All checks were successful
s434804-evaluation/pipeline/head This commit looks good

This commit is contained in:
Dawid Wietrzych 2021-05-15 18:21:05 +02:00
parent 1b96d55677
commit e4e9a34066

View File

@ -29,6 +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'