Moved post

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

13
Jenkinsfile vendored
View File

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