diff --git a/Jenkinsfile b/Jenkinsfile index 2b4a84d..9ac842c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,8 +54,7 @@ pipeline{ ''' } } - } - } + post { always { sh 'docker logout' @@ -63,4 +62,3 @@ pipeline{ } -