build param2\ added
All checks were successful
s434742-evaluation/pipeline/head This commit looks good
s434742-training/pipeline/head This commit looks good

This commit is contained in:
patrycjalazna 2021-05-14 19:42:09 +02:00
parent 0051b44a97
commit 88022c0556

View File

@ -44,7 +44,7 @@ pipeline {
sh 'chmod +x avocado-evaluation.py'
sh "echo ${env.BUILD_ID}"
sh 'python3 avocado-evaluation.py'
sh "python3 avocado-evaluation.py ${env.BUILD_ID}"
}