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.')
}
stages {
stage('walking projects') {
steps {
script {
@ -29,6 +30,7 @@ pipeline {
}
}
}
stage('walking maven modules') {
steps {
script {
@ -58,7 +60,6 @@ pipeline {
}
}
}
}
stage('print report') {
steps {
@ -67,6 +68,7 @@ pipeline {
}
}
}
}
}
// look for modules that use this artifact