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