This commit is contained in:
Gregory Hendrickson
2023-06-09 14:27:17 -07:00
parent d38bf64145
commit 22b2ee3644

4
Jenkinsfile vendored
View File

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