mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
updated Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -57,7 +57,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
echo 'Cleanup...'
|
echo 'Cleanup...'
|
||||||
sh """
|
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