From 2cf5b031192277bac42b5e091d79543eb2ca153d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 20 Dec 2018 10:54:00 -0500 Subject: Test creds 1 --- deliver.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliver.groovy b/deliver.groovy index 0cc8647..127065a 100644 --- a/deliver.groovy +++ b/deliver.groovy @@ -77,7 +77,7 @@ node('master') { unstash "spec-stash-RHEL-6" unstash "spec-stash-OSX-10.11" hostname = remote_host.tokenize(".")[0] - withCredentials([usernamePassword(credentialsId: '322ad15d-2f5b-4d06-87fa-b45a88596f30', + withCredentials([usernamePassword(credentialsId: remote_credentials, usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) { sh "rsync -avzr ${delivery_pipeline}*.txt ${USERNAME}@${hostname}:${output_dir}" -- cgit