zad1 poprawka1
This commit is contained in:
parent
282a041488
commit
35f96125ef
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user