Issue Type: Bug Bug
Assignee: Oliver Gondža
Components: docker-build-step-plugin
Created: 22/Nov/14 1:56 PM
Description:

Following chain of docker build steps

  • Create image
  • Create container
  • Start container(s) [Container ID: $DOCKER_CONTAINER_IDS]
  • Remove container(s) [Container ID: $DOCKER_CONTAINER_IDS]

fails trying to remove container twice:

[Docker] INFO: Creating docker image from MY_WORKSPACE
[Docker] INFO: Sucessfully created image 7
[Docker] INFO: created container id 63959f6bcd07c97c0d2d96362e8e31094b5b65ecc601066d260881db17ee3681 (from image 7)
[Docker] INFO: started container id 63959f6bcd07c97c0d2d96362e8e31094b5b65ecc601066d260881db17ee3681
[Docker] INFO: removed container id 63959f6bcd07c97c0d2d96362e8e31094b5b65ecc601066d260881db17ee3681
[Docker] ERROR: command 'Remove container(s)' failed: No such container: 63959f6bcd07c97c0d2d96362e8e31094b5b65ecc601066d260881db17ee3681

I am not really sure what is the semantics of this build variable is but duplicates are probably undesirable.

Project: Jenkins
Priority: Minor Minor
Reporter: Oliver Gondža
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to