Fix indentation.

master
Manuele Simi 4 years ago
parent 3c21ce2a87
commit e3d05d22c1

3
Jenkinsfile vendored

@ -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"

Loading…
Cancel
Save