Update Jenkinsfile

This commit is contained in:
ahoemann 2025-02-14 08:53:29 +01:00
parent 4253e606eb
commit e1e1584214

2
Jenkinsfile vendored
View file

@ -23,6 +23,8 @@ pipeline {
/* Push the container to the custom Registry */ /* Push the container to the custom Registry */
dockerImage.push() dockerImage.push()
} }
/* Remove docker image*/
sh 'docker rmi -f adrianux:${env.BUILD_ID}'
} }
} }
} }