Skip to content

Commit

Permalink
As discussed in jenkinsci/workflow-api-plugin#81, put the onus on rem…
Browse files Browse the repository at this point in the history
…ote code to PrintStream.flush.
  • Loading branch information
jglick committed Oct 25, 2018
1 parent 82b6545 commit fba8822
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ private static class HandlerImpl extends Handler {
}

@Override public void exited(int code, byte[] output) throws Exception {
listener.getLogger().flush();
execution.exited(code, output);
}

Expand Down

0 comments on commit fba8822

Please sign in to comment.