From 95c4fcdfe8c00c43b64c6cfc43df1ec084ac7c71 Mon Sep 17 00:00:00 2001 From: Marc Baloup Date: Sun, 10 Aug 2025 18:55:07 +0200 Subject: [PATCH] Cleanup docker local image after build and push --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 3ae185a..ab5e513 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -82,6 +82,7 @@ pipeline { post { cleanup { cleanWs() + sh "docker image rm ${docker_tag} ${docker_tag_version}" } } } \ No newline at end of file