diff --git a/Jenkinsfile b/Jenkinsfile index 59083ca..42ddb9e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,8 +18,10 @@ pipeline { } } stage('Count words') { + steps { sh 'chmod +x ./service.sh' - sh './service.sh wikiniews_results.tsv' + sh './service.sh' + } } } }