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
@@ -44,8 +44,8 @@ pipeline{
|
|||||||
script {
|
script {
|
||||||
sshCommand remote: [
|
sshCommand remote: [
|
||||||
credentialsId: 'SSH_CREDENTIALS',
|
credentialsId: 'SSH_CREDENTIALS',
|
||||||
host: 'REMOTE_HOST',
|
host: '172.16.11.90',
|
||||||
username: 'REMOTE_USER'
|
username: '172.16.11.90'
|
||||||
], command: '''
|
], command: '''
|
||||||
docker pull aisthanestha/docker-test-image:latest
|
docker pull aisthanestha/docker-test-image:latest
|
||||||
docker stop docker-test-image
|
docker stop docker-test-image
|
||||||
|
|||||||
Reference in New Issue
Block a user