From 636c73ef2f8682f6d54744f5bf2978cdc7e6863e Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 10 May 2023 11:36:38 -0700 Subject: Fix: Use "user" for Nexus credentials Use unique credential user param for nexus to avoid duplicated option errors Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall Change-Id: I69d0a420a73e7516c32e09abba83f2961f16ed11 --- jenkins-config/managed-config-files/custom/lftoolsini/content | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jenkins-config/managed-config-files/custom') diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/content b/jenkins-config/managed-config-files/custom/lftoolsini/content index 80569fecc..5ce73c97b 100644 --- a/jenkins-config/managed-config-files/custom/lftoolsini/content +++ b/jenkins-config/managed-config-files/custom/lftoolsini/content @@ -1,5 +1,5 @@ [nexus] -username=$JENKINS_RELEASE_USR +user=$JENKINS_RELEASE_USR password=$JENKINS_RELEASE_PSW [nexus.onap.org] username=$LFTOOLSINI_NEXUS_USR -- cgit 1.2.3-korg