summaryrefslogtreecommitdiffstats
path: root/jenkins-config/managed-config-files/custom/jjbini/customizedCredentialMappings.yaml
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2021-08-19 13:27:22 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2021-08-19 13:27:22 -0500
commit1380a3b0142d5bfedc24f12dcd1bb18fd7ae2220 (patch)
tree36166a0a2d655398cdefc8b3794f26521d47b76e /jenkins-config/managed-config-files/custom/jjbini/customizedCredentialMappings.yaml
parent8a7e63934412b863eed37b6507a395d8417f7dec (diff)
Fix JJBINI
This patch is to standardize with other projects and fix the credentials mappings. We've also updated the credentials on the sandbox and production to reflect this change. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I2ccf4203f727e97e144ed67a965a0a63efddc2e7
Diffstat (limited to 'jenkins-config/managed-config-files/custom/jjbini/customizedCredentialMappings.yaml')
-rw-r--r--jenkins-config/managed-config-files/custom/jjbini/customizedCredentialMappings.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/jenkins-config/managed-config-files/custom/jjbini/customizedCredentialMappings.yaml b/jenkins-config/managed-config-files/custom/jjbini/customizedCredentialMappings.yaml
index 0beddb870..cb9cdaf20 100644
--- a/jenkins-config/managed-config-files/custom/jjbini/customizedCredentialMappings.yaml
+++ b/jenkins-config/managed-config-files/custom/jjbini/customizedCredentialMappings.yaml
@@ -1,4 +1,6 @@
---
customizedCredentialMappings:
- - credentialsId: "jenkins-jobbuilder"
- tokenKey: "JENKINS_JOBBUILDER"
+ - credentialsId: "jobbuilder-prod"
+ tokenKey: "JOBBUILDER_PROD"
+ - credentialsId: "jobbuilder-sandbox"
+ tokenKey: "JOBBUILDER_SANDBOX"