Branch: refs/heads/master Home: https://github.com/jenkinsci/notification-plugin Commit: da26771d3d37fa77c26345ac7ab35529a9eef31a https://github.com/jenkinsci/notification-plugin/commit/da26771d3d37fa77c26345ac7ab35529a9eef31a Author: Marcello de Sales <marcello_desa...@intuit.com> Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths: M src/main/java/com/tikal/hudson/plugins/notification/Protocol.java Log Message: ----------- JENKINS-25558: Notifications Plugin does not honor the "http_proxy" environment variable: Fix This commit partially fixes the problem by using an HTTP Proxy without authentication. In addition, it does not provide test cases, but it does work properly. The message after using a new build of this plugin was as follows: Started by user mdesales Notifying endpoint 'HTTP:https://zapier.com/hooks/catch/o54xyk/' Building in workspace /app/installs/jenkins/jobs/Status Notification/workspace Notifying endpoint 'HTTP:https://zapier.com/hooks/catch/o54xyk/' Finished: SUCCESS (Sorry, in a rush to get things done and I can try providing a test with an internal http proxy server). * modified: src/main/java/com/tikal/hudson/plugins/notification/Protocol.java - Verifying if the environment variable "http_proxy" is set. If so, decorate the connection with the proxy information before making the HTTP request. Commit: c5c81d049fb7d2b7bcd17f539825e74c55194476 https://github.com/jenkinsci/notification-plugin/commit/c5c81d049fb7d2b7bcd17f539825e74c55194476 Author: Haggai Philip Zagury <hag...@hagzag.com> Date: 2015-02-25 (Wed, 25 Feb 2015) Changed paths: M src/main/java/com/tikal/hudson/plugins/notification/Protocol.java Log Message: ----------- Merge pull request #16 from marcellodesales/master JENKINS-25558: Notifications Plugin does not honor the "http_proxy" env Variable Compare: https://github.com/jenkinsci/notification-plugin/compare/d3d00a547eed...c5c81d049fb7 -- 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.