minor fix (paranthesis changed)
This commit is contained in:
parent
d1487f8540
commit
0051b44a97
@ -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'
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user