diff --git a/Jenkinsfile-eval b/Jenkinsfile-eval index 10bb6f5..670b827 100644 --- a/Jenkinsfile-eval +++ b/Jenkinsfile-eval @@ -68,6 +68,7 @@ node { sh 'mkdir -p ./.cache' sh "echo ${currentBuild.number}" sh "python ./src/main.py --test --build_id=${currentBuild.number} " + sh "cat results/acc.csv" sh 'python ./src/plot.py ' sh "cp ./results/*.csv ${WORKSPACE}" sh "cp ./results/*.png ${WORKSPACE}"