build param added
Some checks failed
s434742-evaluation/pipeline/head There was a failure building this commit
s434742-training/pipeline/head This commit looks good

This commit is contained in:
patrycjalazna 2021-05-14 19:38:34 +02:00
parent 5e4e38a8f0
commit d1487f8540

View File

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