Fix indentation.

This commit is contained in:
Manuele Simi 2020-03-11 14:36:28 -04:00
parent 3c21ce2a87
commit e3d05d22c1
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -55,7 +55,6 @@ pipeline {
report['downstream_projects'] = [] report['downstream_projects'] = []
report['downstream_modules']['L1'] = [:] report['downstream_modules']['L1'] = [:]
projects2artifacts[inputProject].each { a -> report = analyzeDependency(modules2deps, artifacts2projects, report, a, 1)} 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 += "${indent}\t|--${d}"
text += "\n" text += "\n"
} }
text += "${indent}\t|--Downstream Projects for ${name}\n" text += "${indent}|--Downstream Projects for ${name}\n"
data['projects'].each { p -> data['projects'].each { p ->
text += "${indent}\t|--${p}" text += "${indent}\t|--${p}"
text += "\n" text += "\n"