This commit is contained in:
vagrant 2020-04-22 21:12:00 +00:00
parent da527fe1dd
commit 051b88681f
2 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -13,8 +13,7 @@ pipeline {
} }
stage('countLines') { stage('countLines') {
steps { steps {
sh 'chmod 777 ./countlines.sh' sh './countlines-metrics.sh'
sh './countlines.sh'
} }
} }
stage('archiveArtifacts') { stage('archiveArtifacts') {