diff --git a/Jenkinsfile b/Jenkinsfile index 12ad359..9414e6b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,7 +53,7 @@ pipeline { report['downstream_projects'] = [] report['downstream_modules']['L1'] = [:] projects2artifacts[inputProject].each { a -> - if (a.name.split(':').length > 1) { //skip the parent (only groupId) + if (a.split(':').length > 1) { //skip the parent (only groupId) report = analyzeDependency(modules2deps, artifacts2projects, report, a, 1) } } }