提交 ebb84da6 编写于 作者: O Oleg Nenashev

[JENKINS-34748] - Fix handling of dependency trees in PluginManager::addDependencies() (#2334)

上级 cc26370e
......@@ -558,9 +558,10 @@ public abstract class PluginManager extends AbstractModelObject implements OnMas
}
if (dependencyURL != null) {
dependencySet.add(dependencyURL);
// And transitive deps...
addDependencies(dependencyURL, fromPath, dependencySet);
// And then add the current plugin
dependencySet.add(dependencyURL);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册