mirror of
https://github.com/ghndrx/docker-test-image.git
synced 2026-02-10 14:55:14 +00:00
s
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -39,7 +39,7 @@ pipeline{
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
stage('Pull and Deploy')
|
stage('Pull and Deploy')
|
||||||
steps
|
steps {
|
||||||
// Send commands to remote Docker host via SSH
|
// Send commands to remote Docker host via SSH
|
||||||
script {
|
script {
|
||||||
sshCommand remote: [
|
sshCommand remote: [
|
||||||
@@ -60,5 +60,5 @@ pipeline{
|
|||||||
sh 'docker logout'
|
sh 'docker logout'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user