Daniel Beck commented on Bug JENKINS-17170

Untested, but based on the code this is still unresolved in ~1.580.

Whenever something asks for the home directory of a tool on a node, all ToolLocationTranslator are queried for getToolHome(...). InstallerTranslator is one of them. It actually runs ToolInstaller.performInstallation(...) when doing so, which in the case of ZipExtractionInstaller calls FilePath.installIfNecessaryFrom(...) and that ultimately open a URLConnection and checks whether getResponseCode() == HttpURLConnection.HTTP_NOT_MODIFIED.

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.

Reply via email to