guyguy
This commit is contained in:
parent
fed201bee4
commit
87445a50b7
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -13,8 +13,8 @@ pipeline {
|
||||
}
|
||||
stage('countLines') {
|
||||
steps {
|
||||
sh 'chmod 777 ./countlines.sh'
|
||||
sh './countlines.sh'
|
||||
sh 'chmod 777 ./script.sh'
|
||||
sh './script.sh'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user