fix: jenkinsfile v2

This commit is contained in:
Filip Patyk 2023-05-10 17:10:42 +02:00
parent 3018291e73
commit 6b8e97db4a

View File

@ -67,7 +67,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 '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}"