Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-10-10 15:42:41 -07:00 committed by GitHub
parent 08dec83430
commit 14a4902418
1 changed files with 1 additions and 1 deletions

View File

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