-
New Feature
-
Resolution: Unresolved
-
Major
-
None
Hello Jesse,
withDockerContainer stops containers and deletes them after the end of the block.
Could you have a look on how to make it optional?
Thank you in advance!
Abdou
- duplicates
-
JENKINS-51550 docker.image.inside run after why do delete the container , which make me can not to deploy to a docker container
-
- In Progress
-
[JENKINS-60676] withDockerContainer Stop and delete containers after body execution
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Component/s | Original: docker-plugin [ 18724 ] |
Resolution | New: Won't Do [ 10001 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Description |
Original:
Hello Jesse, withDockerContainer stop containers and delete them. Could you have a look on how to make it optional? Thank you in advance! --Abdou-- |
New:
Hello Jesse, withDockerContainer stops containers and deletes them after the end of the block. Could you have a look on how to make it optional? Thank you in advance! Abdou |
Resolution | Original: Won't Do [ 10001 ] | |
Status | Original: Resolved [ 5 ] | New: In Review [ 10005 ] |
Assignee | Original: Jesse Glick [ jglick ] |
If you want specialized behavior, simply do not use this plugin—use for example
sh 'docker run whatever'