From 35f96125efb2502d2fdc56f82ccb3da198549216 Mon Sep 17 00:00:00 2001 From: s452108 Date: Fri, 3 Apr 2020 13:00:11 +0200 Subject: [PATCH] zad1 poprawka1 --- jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {