mirror of
https://github.com/wahyd4/crawlab.git
synced 2026-08-09 05:07:04 +10:00
updated Jenkinsfile
This commit is contained in:
Vendored
+1
-1
@@ -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`
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user