-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Definitely not a deal breaker. Just makes debugging hard
catch (InterruptedIOException e) { e.printStackTrace(listener.error("Aborted Maven execution for InterruptedIOException")); return Executor.currentExecutor().abortResult(); }
Propose adding message to printStackTrace. Something like:
catch (InterruptedIOException e) { e.printStackTrace(listener.error("Aborted Maven execution for InterruptedIOException: " + e.getMessage())); return Executor.currentExecutor().abortResult(); }
[JENKINS-35321] MavenModuleSetBuild swallows InterruptedIOException on doRun
Assignee | New: Owen Wood [ owood ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Workflow | Original: JNJira [ 171570 ] | New: JNJira + In-Review [ 185758 ] |