Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | vjuranek [ vjuranek ] | Harald Albers [ albers ] |
Priority | Critical [ 2 ] | Minor [ 4 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Workflow | JNJira [ 157539 ] | JNJira + In-Review [ 195752 ] |