minor fix (paranthesis changed)
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:40:33 +02:00
parent d1487f8540
commit 0051b44a97

View File

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