Moved post

This commit is contained in:
2019-04-11 13:48:29 -04:00
parent 35f3b62500
commit 401b66bf7e

3
Jenkinsfile vendored
View File

@ -59,11 +59,12 @@ pipeline {
} }
} }
} }
}
post { post {
always { always {
removeDockerImages() removeDockerImages()
cleanWs() cleanWs()
} }
} }
}
} }