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 {
sshCommand remote: [
credentialsId: 'SSH_CREDENTIALS',
host: 'REMOTE_HOST',
username: 'REMOTE_USER'
host: '172.16.11.90',
username: '172.16.11.90'
], command: '''
docker pull aisthanestha/docker-test-image:latest
docker stop docker-test-image