updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-08-24 12:53:00 +08:00
parent 7ed9238043
commit c41ef5105f

2
Jenkinsfile vendored
View File

@@ -57,7 +57,7 @@ pipeline {
steps {
echo 'Cleanup...'
sh """
docker image prune -f
docker rmi `docker images | grep '<none>' | grep -v IMAGE | awk '{ print \$3 }' | xargs`
"""
}
}