fix: jenkinsfile v2

This commit is contained in:
Filip Patyk 2023-05-10 17:39:23 +02:00
parent 6e17c0f2cc
commit 2aff874ba9

View File

@ -68,6 +68,7 @@ node {
sh 'mkdir -p ./.cache' sh 'mkdir -p ./.cache'
sh "echo ${currentBuild.number}" sh "echo ${currentBuild.number}"
sh "python ./src/main.py --test --build_id=${currentBuild.number} " sh "python ./src/main.py --test --build_id=${currentBuild.number} "
sh "cat results/acc.csv"
sh 'python ./src/plot.py ' sh 'python ./src/plot.py '
sh "cp ./results/*.csv ${WORKSPACE}" sh "cp ./results/*.csv ${WORKSPACE}"
sh "cp ./results/*.png ${WORKSPACE}" sh "cp ./results/*.png ${WORKSPACE}"