diff --git a/jenkinsfile b/jenkinsfile index d916139..e199255 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -15,7 +15,7 @@ copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, proje stage('Count words') { steps { sh label: '', script: 'ls' -sh label: '', script: 'sudo ./count.sh wikiniews_results.tsv' +sh label: '', script: './count.sh wikiniews_results.tsv' } } stage('Archive atifacts') {