mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Add docker lougout post push
This commit is contained in:
parent
a70eb30506
commit
8d39bc64fd
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,4 +1,3 @@
|
|||
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
|
@ -126,6 +125,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always {
|
||||
sh 'docker logout'
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue