August 2017
Intermediate to advanced
332 pages
9h 16m
English
As the last step of acceptance testing, we can add the staging environment cleanup. The best place to do this is in the post section, to make sure it executes even in case of failure:
post { always { sh "docker stop calculator" }}
This statement makes sure that the calculator container is no longer running on the Docker host.
Read now
Unlock full access