Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Tomasz Burewicz 2020-04-03 11:42:19 +00:00
parent 98d2fc3fcf
commit 3a5939ebe3

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
}
stage('Count lines') {
steps {
sh label: '', script: './count_lines — kopia.sh wikinews_results.tsv > line_count.txt'
sh label: '', script: './count_lines.sh wikinews_results.tsv > line_count.txt'
archiveArtifacts 'line_count.txt'
}