diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-12-20 10:54:00 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-12-20 10:54:00 -0500 |
commit | 2cf5b031192277bac42b5e091d79543eb2ca153d (patch) | |
tree | 190a8a78ea93cc65178d86d7ba03c70a008d51f7 | |
parent | 4989152d96bf4de0a9b49fd5313c1c7a0ef0226a (diff) | |
download | delivery_control-2cf5b031192277bac42b5e091d79543eb2ca153d.tar.gz |
Test creds 1
-rw-r--r-- | deliver.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |