fix
This commit is contained in:
parent
1c28933b4f
commit
11ff02c8a7
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -19,8 +19,8 @@ pipeline {
|
||||
}
|
||||
stage('Count lines'){
|
||||
steps {
|
||||
sh('chmod +x ./numberOfLines.sh')
|
||||
sh('./numberOfLines.sh')
|
||||
sh('chmod +x ./countLines.sh')
|
||||
sh('./countLines.sh')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user