-
Bug
-
Resolution: Won't Fix
-
Blocker
-
None
-
JENKINS_VERSION 2.19.2
golang 1.1
Running fresh installation from latest docker image and downloaded/running latest jenkins.war file.
The golang-plugin is unable to install specifically Go 1.7.3.
However, if the job configuration is changed to 1.7.1 or 1.7, or 1.6.3, the installation works fine.
The error log says "Caused by: java.io.IOException: Failed to unpack https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz (164515 bytes read of total 82565628)" but I am able to manually download (using both curl and wget) and untar the URL just fine.
Apart from downloading from https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz, I have also placed the tarball on another web server and added that location as an installer, no luck.
- is blocked by
-
JENKINS-34742 FilePath#installIfNecessaryFrom consistently fails to download certain files
- Open