clean after build
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -44,6 +44,7 @@ pipeline {
|
||||
stage('Cleaning Up') {
|
||||
steps{
|
||||
sh "docker rmi --force tobiasmanske.de:latest"
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user