diff --git a/Jenkinsfile b/Jenkinsfile index 7ef6ece..f03d61f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,8 @@ pipeline { } stage('Stage 3') { steps { - sh label: '',chmod +x script.sh, script: './script.sh wikiniews_results.tsv' + sh 'chmod +x script.sh' + sh label: '', script: './script.sh wikiniews_results.tsv' } } stage('Stage 4') {