From 4d3fe1953b65b02edf9048c03b2cac1ec2a40b60 Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sat, 1 Nov 2025 21:12:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Remove=20image=20from=20host?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 5d65630..9948dc4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,5 +34,12 @@ pipeline { } } } + stage('Remove image from host') { + steps { + script { + sh "docker image rm --force ${env.IMAGE}" + } + } + } } } \ No newline at end of file