clean after build

This commit is contained in:
2021-03-21 15:39:45 +01:00
parent c26c141fcb
commit 4b45a7aeea

1
Jenkinsfile vendored
View File

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