Skip to content
Snippets Groups Projects
Commit 4cde79cb authored by Tucker Siegel's avatar Tucker Siegel
Browse files

update

parent 7091aa67
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,14 @@ def call(String repo, String branch, String serviceName) { ...@@ -45,6 +45,14 @@ def call(String repo, String branch, String serviceName) {
} }
} }
stage('cleanup') {
steps {
sh '''
docker rmi $(docker images | grep "dawn/.*-test" | awk '{print $3}') --force || true
'''
}
}
} }
post { post {
always { always {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment