Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: 62a770c614a9b6627c7e6aef59defdf4618b035d
      
https://github.com/jenkinsci/slack-plugin/commit/62a770c614a9b6627c7e6aef59defdf4618b035d
  Author: Leander Hasty <lean...@1stplayable.com>
  Date:   2015-10-20 (Tue, 20 Oct 2015)

  Changed paths:
    M src/main/java/jenkins/plugins/slack/StandardSlackService.java

  Log Message:
  -----------
  Avoid logging posting succeeded in some error cases.

Logging the "posting succeeded" message was previously in the "finally" block; 
it could be hit after an exception was thrown from e.g. HttpClient's 
executeMethod.  We now do it only when there's an OK response, and nothing 
prior has thrown.


  Commit: 53b9a1a2ed02ebca2e79b736588478c1fde29993
      
https://github.com/jenkinsci/slack-plugin/commit/53b9a1a2ed02ebca2e79b736588478c1fde29993
  Author: Sam Gleske <sam.mxra...@gmail.com>
  Date:   2015-10-26 (Mon, 26 Oct 2015)

  Changed paths:
    M src/main/java/jenkins/plugins/slack/StandardSlackService.java

  Log Message:
  -----------
  Merge PR #144 Avoid logging posting succeeded in

some error cases.


Compare: 
https://github.com/jenkinsci/slack-plugin/compare/4a98256be688...53b9a1a2ed02

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to