From 976d11d39940e9db06c3ede878ebfa9736dfc4d7 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 19 Oct 2021 23:41:49 +1000 Subject: [PATCH] Fix: Update lftools.ini managed config The CR aff2a708c2a introduced a typo in the config file. Use the corect credentialID Issue-ID: https://jira.linuxfoundation.org/browse/RELENG-4013 Signed-off-by: Anil Belur Change-Id: I4cd3e6300d202b13f4fcc28166164f90e41908c6 --- .../custom/lftoolsini/customizedCredentialMappings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml b/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml index 901ae93c3a..7d6ad4249b 100644 --- a/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml +++ b/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml @@ -1,4 +1,4 @@ --- customizedCredentialMappings: - - credentialsId: "jenkins-release" + - credentialsId: "lftoolsini" tokenKey: "NEXUSRELEASE" -- 2.36.6