-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Master and slave on an internal network that needs a proxy to fetch from ant.apache.org. The proxy is configured on the master.
I added a project and configured the ant build for it. Jenkins decided to build it on the slave. The slave didn't have ant installed on it so it failed.
I added an ant 1.8.2 installation via configure jenkins (so it will download and manage ant for me.)
Then I triggered the build again. It attempted to build on the slave, and tried to download ant from the slave without using the proxy.
Either slaves should have a proxy configuration setting, or downloads should be done by the master and then copied to slaves.
- is duplicated by
-
JENKINS-9351 Ignores proxy settings when downloading ant
- Resolved
-
JENKINS-18664 Slave unable to download tools through proxy
- Resolved