Fix syntax, again.

This commit is contained in:
Manuele Simi 2020-03-11 12:11:38 -04:00
parent 8ebc253205
commit 5e7d17deba
1 changed files with 21 additions and 19 deletions

4
Jenkinsfile vendored
View File

@ -17,6 +17,7 @@ pipeline {
description: 'The name of the Jenkins project to analyze.') description: 'The name of the Jenkins project to analyze.')
} }
stages { stages {
stage('walking projects') { stage('walking projects') {
steps { steps {
script { script {
@ -29,6 +30,7 @@ pipeline {
} }
} }
} }
stage('walking maven modules') { stage('walking maven modules') {
steps { steps {
script { script {
@ -58,7 +60,6 @@ pipeline {
} }
} }
} }
}
stage('print report') { stage('print report') {
steps { steps {
@ -67,6 +68,7 @@ pipeline {
} }
} }
} }
}
} }
// look for modules that use this artifact // look for modules that use this artifact