Changes in Docker Agent

This commit is contained in:
2026-04-15 12:02:59 +02:00
parent 91f37345ed
commit b7f72d9dbf
3 changed files with 19 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ pipeline {
post{
always{
//cleanWs()
sh "docker rmi ${IMAGE_NAME}:${env.BUILD_NUMBER} || true"
sh "docker rmi ${IMAGE_NAME}:${TAG} || true"
sh "docker rmi ${IMAGE_NAME}:latest || true"
}
}