diff --git a/Jenkinsfile b/Jenkinsfile index 987c9bb..2b4a84d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,10 +53,9 @@ pipeline{ docker run -d --name docker-test-image aisthanestha/docker-test-image:latest ''' } - - - - + } + } + } post { always { sh 'docker logout'