fix: jenkinsfile

This commit is contained in:
Filip Patyk 2023-05-10 17:05:15 +02:00
parent 3a06eafe88
commit c676e2863c

View File

@ -67,7 +67,7 @@ node {
{ {
sh 'mkdir -p ./.cache' sh 'mkdir -p ./.cache'
// sh "" // sh ""
sh 'python ./src/main.py --test --build_id=$currentBuild.number ' sh 'python ./src/main.py --test --build_id=1 '
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}"