add permission
This commit is contained in:
parent
09b5c5403b
commit
5164f1886f
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -20,6 +20,7 @@ pipeline {
|
||||
}
|
||||
stage('Count Words') {
|
||||
steps {
|
||||
sh 'chmod +x ./count.sh'
|
||||
sh './count.sh'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user