Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Jędrzej Furmann 2020-04-03 11:20:14 +00:00
parent f7ee84d9ac
commit 584b48e281

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
}
stage('Count lines'){
steps {
sh label: '', script: 'chmod +x ./lines_counter.sh wikiniews_results.tsv'
sh label: '', script: 'chmod +x ./lines_counter.sh'
}
}
stage('Save result'){