提交 c8b483a0 编写于 作者: K kohsuke

compile error.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1964 71c3de6d-444a-0410-be80-ed276b4c234a
上级 2e8e6370
......@@ -186,7 +186,7 @@ public class MavenBuild extends AbstractBuild<MavenModule,MavenBuild> {
// if there's a longer dependency path to this project,
// then scheduling the build now is going to be a waste,
// so don't do that.
listener.getLogger().println("Triggering a new build of "+p.getName());
listener.getLogger().println("Triggering a new build of "+down.getName());
down.scheduleBuild();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册