提交 eaf95d37 编写于 作者: K kohsuke

this is not a failure, and since it's not a bug, it shouldn't print out a stack trace.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6710 71c3de6d-444a-0410-be80-ed276b4c234a
上级 693e8c9d
......@@ -276,8 +276,8 @@ public final class MavenModuleSetBuild extends AbstractBuild<MavenModuleSet,Mave
e.printStackTrace(listener.error("Failed to parse POMs"));
return Result.FAILURE;
} catch (InterruptedException e) {
e.printStackTrace(listener.error("Aborted"));
return Result.FAILURE;
listener.error("Aborted");
return Result.ABORTED;
} catch (RuntimeException e) {
// bug in the code.
e.printStackTrace(listener.error("Processing failed due to a bug in the code. Please report thus to users@hudson.dev.java.net"));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册