Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Tomasz Burewicz 2020-04-03 11:45:55 +00:00
parent cb0cc708c0
commit 39525d4407

2
Jenkinsfile vendored
View File

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