Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Jędrzej Furmann 2020-04-03 11:24:23 +00:00
parent c76ce74407
commit 74813673ac

3
Jenkinsfile vendored
View File

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