-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins version: 1.610
Packer plugin version: 1.2
I have set up packer to install automatically and install from site for version: Packer 0.6.1 linux (amd64). However every time I run a job that uses packer, I get this error:
Unpacking http://dl.bintray.com/mitchellh/packer/:0.6.1_linux_amd64.zip to .....
FATAL: Execution failed:
Finished: FAILURE
Build step 'Packer' marked build as failure
Notice the colon in the URL. I guess the reason behind it is that when the crawler (https://github.com/jenkinsci/backend-crawler/blob/master/packer.groovy) is crawling href tags, the tags contain a colon which is never removed by the crawler.
So I think the problem is with the crawler and not with the plugin.
[JENKINS-30945] Unable to install from packer site
Description |
Original:
I have set up packer to install automatically and install from site for version: Packer 0.6.1 linux (amd64). However every time I run a job that uses packer, I get this error: Unpacking http://dl.bintray.com/mitchellh/packer/:0.6.1_linux_amd64.zip to ..... FATAL: Execution failed: Finished: FAILURE Build step 'Packer' marked build as failure Notice the colon in the URL. I guess the reason behind it is that when the crawler (https://github.com/jenkinsci/backend-crawler/blob/master/packer.groovy) is crawling href tags, the tag contain a colon which is never removed by the crawler. So I think the problem is with the crawler and not with the plugin. |
New:
I have set up packer to install automatically and install from site for version: Packer 0.6.1 linux (amd64). However every time I run a job that uses packer, I get this error: Unpacking http://dl.bintray.com/mitchellh/packer/:0.6.1_linux_amd64.zip to ..... FATAL: Execution failed: Finished: FAILURE Build step 'Packer' marked build as failure Notice the colon in the URL. I guess the reason behind it is that when the crawler (https://github.com/jenkinsci/backend-crawler/blob/master/packer.groovy) is crawling href tags, the tags contain a colon which is never removed by the crawler. So I think the problem is with the crawler and not with the plugin. |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | New: Jeffrey Damick [ jdamick ] | |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 166076 ] | New: JNJira + In-Review [ 209321 ] |
shanab I believe this issue was fixed in INFRA-376.