mirror of
https://github.com/ghndrx/docker-test-image.git
synced 2026-02-10 06:45:05 +00:00
s
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user