|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Marcello de Sales
Path:
src/main/java/com/tikal/hudson/plugins/notification/Protocol.java
http://jenkins-ci.org/commit/notification-plugin/da26771d3d37fa77c26345ac7ab35529a9eef31a
Log:
JENKINS-25558: Notifications Plugin does not honor the "http_proxy" environment variable: FixThis 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).
with the proxy information before making the HTTP request.