clean after build

This commit is contained in:
Tobias Manske 2021-03-21 15:39:45 +01:00
parent c26c141fcb
commit 4b45a7aeea
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -44,6 +44,7 @@ pipeline {
stage('Cleaning Up') { stage('Cleaning Up') {
steps{ steps{
sh "docker rmi --force tobiasmanske.de:latest" sh "docker rmi --force tobiasmanske.de:latest"
cleanWs()
} }
} }
} }