Add docker lougout post push

This commit is contained in:
JustFiesta 2024-07-02 15:36:29 +02:00
parent a70eb30506
commit 8d39bc64fd

2
Jenkinsfile vendored
View file

@ -1,4 +1,3 @@
pipeline {
agent any
@ -126,6 +125,7 @@ pipeline {
}
post {
always {
sh 'docker logout'
cleanWs()
}
}