From 716f0545ede83242e152ffb897cf1b486343165c Mon Sep 17 00:00:00 2001 From: Gregory Hendrickson Date: Fri, 9 Jun 2023 15:30:53 -0700 Subject: [PATCH] s --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3f87870..2769327 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any environment { DOCKERHUB_CREDENTIALS=credentials('dockerhub-cred') - SSH_CREDENTIALS=credentials('SSH-CREDENTIALS') + SSH_CREDENTIALS=credentials('ssh-credentials') } stages { @@ -30,8 +30,8 @@ pipeline { def remote = [:] remote.name = 'ubuntu-kc' remote.host = '172.16.11.90' - remote.user = "${SSH_CREDENTIALS_USR}" - remote.password = "${SSH_CREDENTIALS_PSW}" + remote.user = "${SSH_CREDENTIALS_USR}" + remote.password = "${SSH_CREDENTIALS_PSW}" remote.allowAnyHosts = true writeFile file: 'run-pull-deploy.sh', text: '''