added permissions to jenkinsfile
This commit is contained in:
parent
a1c941d23d
commit
47b5968f0c
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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}'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user