This commit is contained in:
Ufnow 2020-04-21 22:14:59 +02:00
parent fed201bee4
commit 87445a50b7

4
Jenkinsfile vendored
View File

@ -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') {