fix: jenkinsfile

This commit is contained in:
Filip Patyk 2023-05-10 17:02:57 +02:00
parent 20df1ffcdd
commit 3a06eafe88
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ node {
{
sh 'mkdir -p ./.cache'
// sh ""
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 "cp ./results/*.csv ${WORKSPACE}"
sh "cp ./results/*.png ${WORKSPACE}"