Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2017-01-13 11:49:09 -08:00 committed by GitHub
parent 19fc467869
commit e945f6532f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ node {
sh "docker rm \$(docker ps -a -q) || true"
stage name: 'images', concurrency: 1
sh "docker rmi \$(docker images -q -f dangling=true) || true"
sh "docker rmi -f \$(docker images -q -f dangling=true) || true"
stage name: 'volumes', concurrency: 1
sh "docker volume rm \$(docker volume ls -qf dangling=true) || true"