提交 7fad4e6f 编写于 作者: O Olivier Lamy

Merge pull request #181 from PaulSandoz/master

Use parent ItemGroup not Jenkins in constructor of MavenModuleSet
......@@ -237,7 +237,7 @@ public final class MavenModuleSet extends AbstractMavenProject<MavenModuleSet,Ma
}
public MavenModuleSet(ItemGroup parent, String name) {
super(Jenkins.getInstance(),name);
super(parent,name);
}
public String getUrlChildPrefix() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册