提交 f65c1afa 编写于 作者: K kohsuke

making it a bit more robust.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@12382 71c3de6d-444a-0410-be80-ed276b4c234a
上级 b5ab10a3
......@@ -160,6 +160,7 @@ public class WindowsInstallerLink extends ManagementLink {
fs.setExcludes("war/**"); // we can't really move the exploded war.
mv.addFileset(fs);
mv.setTodir(installationDir);
mv.setFailOnError(false); // plugins can also fail to move
mv.execute();
}
LOGGER.info("Starting a Windows service");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册