This commit is contained in:
alicja.m.musial 2020-04-03 13:24:07 +02:00
parent 58c42c3560
commit 26790fd172
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
}
stage('Count words') {
steps {
sh label: '', script: './count.sh wikiniews_results.tsv'
sh label: 'count', script: './count.sh'
}
}
}

View File

@ -1,2 +1,2 @@
#!/bin/bash
wc -l $1 > wynikZad1.txt
wc -l wikiniews_results.tsv > wynik.txt