added permissions to jenkinsfile

This commit is contained in:
patrycjalazna 2021-03-28 13:18:12 +02:00
parent a1c941d23d
commit 47b5968f0c

1
Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ pipeline {
stage('sh: Shell Script') {
steps {
sh 'chmod +x avocado-preprocessing.sh'
sh 'chmod +x ./avocado-preprocessing.sh'
sh './avocado-preprocessing.sh ${CUTOFF}'
}
}