fix: jenkinsfile

This commit is contained in:
Filip Patyk 2023-05-10 17:06:48 +02:00
parent c676e2863c
commit c9adc79c48

View File

@ -66,7 +66,7 @@ node {
stage("Docker: Running evaluation model") stage("Docker: Running evaluation model")
{ {
sh 'mkdir -p ./.cache' sh 'mkdir -p ./.cache'
// sh "" sh "echo ${currentBuild.number}"
sh 'python ./src/main.py --test --build_id=1 ' 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}"