diff --git a/Jenkinsfile b/Jenkinsfile index bd2b1dc..6ba95df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,13 +61,13 @@ pipeline { } stage('print report') { - steps { - script { - printReport(report) - } - } + steps { + script { + printReport(report) } } + } + } // look for modules that use this artifact def findDownstreamDependencies(modules2deps, artifact) {