fix: jenkinsfile v2

This commit is contained in:
Filip Patyk 2023-05-10 17:09:18 +02:00
parent 26c57cf6b1
commit 3018291e73

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=1 ' 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}"