Do no reassign the report.

This commit is contained in:
Manuele Simi 2020-03-12 15:53:36 -04:00
parent 6c91d2a0e4
commit 594c268249
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -106,7 +106,7 @@ def analyzeDependency(modules2deps, alreadyInTheTree, artifacts2projects, report
report['downstream_projects'] << artifacts2projects[d]
}
// go recursive
report = analyzeDependency(modules2deps, alreadyInTheTree, artifacts2projects, report, d, nextDepth)
analyzeDependency(modules2deps, alreadyInTheTree, artifacts2projects, report, d, nextDepth)
}
}
report