This commit is contained in:
Gregory Hendrickson
2023-06-09 14:30:01 -07:00
parent f62559e451
commit 65d01e2b19

6
Jenkinsfile vendored
View File

@@ -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'
}
}
}