Issue Type: Bug Bug
Affects Versions: current
Assignee: vjuranek
Components: docker-build-step
Created: 03/Sep/14 7:00 AM
Description:

The remote requests made by the docker-build-step plugin to the docker host have an invalid path, you get 404 response only.

The plugin produces:

http://my.docker.host:4243/v/xyz

Valid request URIs would be:

http://my.docker.host:4243/v1.14/xyz
http://my.docker.host:4243/xyz

Obviously the workaround is to specify a version number in the plugin configuration in the Advances settings.

Project: Jenkins
Priority: Critical Critical
Reporter: Christian Bauer
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