Branch: refs/heads/master Home: https://github.com/jenkinsci/extreme-notification-plugin Commit: 6af0eaabc17760d24c0abe5620685b11496e9865 https://github.com/jenkinsci/extreme-notification-plugin/commit/6af0eaabc17760d24c0abe5620685b11496e9865 Author: mriehl <m...@riehl.io> Date: 2015-05-26 (Tue, 26 May 2015)
Changed paths: M .gitignore Log Message: ----------- ignore intellij idea files Commit: 4bd9aad268fff3a6b60092421d349f226a4f6360 https://github.com/jenkinsci/extreme-notification-plugin/commit/4bd9aad268fff3a6b60092421d349f226a4f6360 Author: mriehl <m...@riehl.io> Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/extremenotification/WebHookNotificationEndpoint.java Log Message: ----------- shutdown thread pool after use A new thread pool was created for each webhook notification, but it was never shut down. Commit: 366e4e367c1ffb8ce9f48ffa2d828ac0b2cbdea5 https://github.com/jenkinsci/extreme-notification-plugin/commit/366e4e367c1ffb8ce9f48ffa2d828ac0b2cbdea5 Author: mriehl <m...@riehl.io> Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M src/main/resources/org/jenkinsci/plugins/extremenotification/WebHookNotificationEndpoint/config-advanced.groovy Log Message: ----------- set default webhook timeout to 30 seconds -1 is misleading, the common meaning of -1 is "no timeout" but in this case -1 means "timeout asap" since it is passed to the thread pool's schedule method where it is a "delay" and not a timeout. Commit: 773c1b40acd9032a5427d02b4a9a7385ded734cc https://github.com/jenkinsci/extreme-notification-plugin/commit/773c1b40acd9032a5427d02b4a9a7385ded734cc Author: Bruno Meneguello <bkmenegue...@users.noreply.github.com> Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M .gitignore M src/main/java/org/jenkinsci/plugins/extremenotification/WebHookNotificationEndpoint.java M src/main/resources/org/jenkinsci/plugins/extremenotification/WebHookNotificationEndpoint/config-advanced.groovy Log Message: ----------- Merge pull request #1 from mriehl/master Some fixes Compare: https://github.com/jenkinsci/extreme-notification-plugin/compare/675e7c5a6fb1...773c1b40acd9 -- 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.