Tweak report.

This commit is contained in:
Manuele Simi 2020-03-11 15:02:58 -04:00
parent d92044e59c
commit 1daf774303
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -114,7 +114,7 @@ def printReport(report) {
text += "|--Project Modules\n" text += "|--Project Modules\n"
report['downstream_modules'].each { deep, artifacts -> report['downstream_modules'].each { deep, artifacts ->
artifacts.each { name, data -> artifacts.each { name, data ->
text += "${indent}|--Module ${name}\n" text += "${indent}|--Module: ${name}\n"
text += "${indent*2}|--Dependency Level: ${deep}\n" text += "${indent*2}|--Dependency Level: ${deep}\n"
text += "${indent*2}|--Downstream Modules for ${name}\n" text += "${indent*2}|--Downstream Modules for ${name}\n"
data['dependencies'].each {d -> data['dependencies'].each {d ->