Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
c76ce74407
commit
74813673ac
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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'){
|
||||
|
Loading…
Reference in New Issue
Block a user