|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Code changed in jenkins
User: escoheb
Path:
README.md
docs/USING-A-HTTP-PROXY.md
pom.xml
src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java
src/main/java/org/jenkinsci/test/acceptance/update_center/PluginMetadata.java
src/main/java/org/jenkinsci/test/acceptance/utils/aether/ArtifactResolverUtil.java
http://jenkins-ci.org/commit/acceptance-test-harness/786af1dc16c6b019b0baef8b0196114d2b44cf6a
Log:
Permit test harness to use http proxy settings
This pull request permits the test harness to use
http proxy settings from both maven settings
and command line arguments.
Artifact Resolution was refactored to be contained
in a single helper class ArtifactResolverUtil.java
[FIXED JENKINS-23113]