diff --git a/Jenkinsfile b/Jenkinsfile index d88f3b0..00093cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,7 +55,6 @@ pipeline { report['downstream_projects'] = [] report['downstream_modules']['L1'] = [:] projects2artifacts[inputProject].each { a -> report = analyzeDependency(modules2deps, artifacts2projects, report, a, 1)} - printReport(report) } } @@ -122,7 +121,7 @@ def printReport(report) { text += "${indent}\t|--${d}" text += "\n" } - text += "${indent}\t|--Downstream Projects for ${name}\n" + text += "${indent}|--Downstream Projects for ${name}\n" data['projects'].each { p -> text += "${indent}\t|--${p}" text += "\n"