From 65d01e2b19e7f66bf975704e3892fd7f6a93f888 Mon Sep 17 00:00:00 2001 From: Gregory Hendrickson Date: Fri, 9 Jun 2023 14:30:01 -0700 Subject: [PATCH] s --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9ac842c..3633f42 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline{ // } // } stage('Pull and Deploy') - steps + steps { // Send commands to remote Docker host via SSH script { sshCommand remote: [ @@ -54,11 +54,11 @@ pipeline{ ''' } } - + post { always { sh 'docker logout' } } - +}