zad1 poprawka1

This commit is contained in:
s452108 2020-04-03 13:00:11 +02:00
parent 282a041488
commit 35f96125ef

View File

@ -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') {