zad1 poprawka
This commit is contained in:
parent
002c895762
commit
282a041488
2
count.sh
Normal file → Executable file
2
count.sh
Normal file → Executable file
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
wc -l > file.txt
|
||||
wc -l $1 > file.txt
|
||||
|
@ -14,7 +14,8 @@ copyArtifacts filter: 'wikiniews_results.tsv', fingerprintArtifacts: true, proje
|
||||
}
|
||||
stage('Count words') {
|
||||
steps {
|
||||
sh label: '', script: 'count.sh'
|
||||
sh label: '', script: 'ls'
|
||||
sh label: '', script: 'sudo ./count.sh wikiniews_results.tsv'
|
||||
}
|
||||
}
|
||||
stage('Archive atifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user