add permission

This commit is contained in:
Olga 2020-04-03 14:05:41 +02:00
parent 09b5c5403b
commit 5164f1886f

1
Jenkinsfile vendored
View File

@ -20,6 +20,7 @@ pipeline {
}
stage('Count Words') {
steps {
sh 'chmod +x ./count.sh'
sh './count.sh'
}
}