From f6247d74fd838b3c91e0d82b3d324794b83332d8 Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Fri, 2 Sep 2016 16:46:47 -0400 Subject: [PATCH] Revert "Adjust pipeline for tier-creds." This reverts commit de79baf28c969dc1e547519726e4a0fbc2133883. --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2dbdc23..6de2506 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,14 +16,14 @@ if (BRANCH_TEST=="shibboleth-production"){ sh 'rm -rf builds' sh 'mkdir -p builds' - withCredentials([[$class: 'FileBinding', credentialsId: 'tier-aws-config2', variable: 'FILE']]) { + withCredentials([[$class: 'FileBinding', credentialsId: 'our-aws-config', variable: 'FILE']]) { ws { sh 'mkdir -p ~/.aws' sh 'cp $FILE ~/.aws/config' } } - withCredentials([[$class: 'FileBinding', credentialsId: 'tier-aws-credentials2', variable: 'FILE']]) { + withCredentials([[$class: 'FileBinding', credentialsId: 'our-aws-credentials', variable: 'FILE']]) { ws { sh 'mkdir -p ~/.aws' sh 'cp $FILE ~/.aws/credentials' @@ -77,14 +77,14 @@ if (BRANCH_TEST=="shibboleth-production"){ sh 'rm -rf builds' sh 'mkdir -p builds' - withCredentials([[$class: 'FileBinding', credentialsId: 'tier-aws-config2', variable: 'FILE']]) { + withCredentials([[$class: 'FileBinding', credentialsId: 'our-aws-config', variable: 'FILE']]) { ws { sh 'mkdir -p ~/.aws' sh 'cp $FILE ~/.aws/config' } } - withCredentials([[$class: 'FileBinding', credentialsId: 'tier-aws-credentials2', variable: 'FILE']]) { + withCredentials([[$class: 'FileBinding', credentialsId: 'our-aws-credentials', variable: 'FILE']]) { ws { sh 'mkdir -p ~/.aws' sh 'cp $FILE ~/.aws/credentials'