Update 'Jenkinsfile'

This commit is contained in:
2022-04-20 06:26:20 +00:00
parent aaf8c706f9
commit bf0102b012
Vendored
+1
View File
@@ -27,6 +27,7 @@ pipeline {
post {
always {
sh 'docker logout'
sh 'docker rmi buzzerburger/test:latest'
}
}
}