Issue Type: Bug Bug
Assignee: Christopher Orr
Components: golang
Created: 20/Jun/14 10:22 AM
Description:

Any installations attempted from the new golang.org/dl/ site will fail (i.e. Go 1.2.2. Go 1.3 and newer).

This is because the JSON contains a URL like "http://golang.org/dl/..." but this is actually an HTTP 302 redirect to somewhere else.

Jenkins cannot handle HTTP 30x redirects when downloading tools automatically, so this fails — see JENKINS-23507.

Until that is fixed, the temporary workaround should be to have the backend-crawler follow the redirects, so that Jenkins doesn't have to follow them.
But this is fragile and not a good idea in general (i.e. we don't want to be breaking mirror networks etc.).

Project: Jenkins
Priority: Major Major
Reporter: Christopher Orr
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