diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 50120b0..c92e111 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -30,6 +30,7 @@ pipeline { steps { sh 'chmod +x ./tensor-eval.py' sh 'python3 ./tensor-eval.py $BUILD_NUMBER >> evaluation.txt' + sh 'cat ./evaluation.csv' sh 'python3 ./tensor-plot.py' } }