Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Jędrzej Furmann 2020-04-03 11:18:38 +00:00
parent a82f7d459d
commit 4ed81a7ab6

2
Jenkinsfile vendored
View File

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