diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2024-02-02 10:04:21 +0800 |
---|---|---|
committer | Kaixi LIU <liukaixi@chinamobile.com> | 2024-02-02 02:51:51 +0000 |
commit | 7b31e8e9635544b41d22eecea1748eee1c85b714 (patch) | |
tree | 67f17d39859592cecd8b3ec8e6c8ab11df5dae3c /jenkins-config/managed-config-files/mavenSettings/usecase-ui-llm-adaptation/serverCredentialMappings.yaml | |
parent | 329c1e65b3f2653c987509468f97f00e466a36d9 (diff) |
Modify the llm-adaptation configuration file
Issue-ID: USECASEUI-832
Change-Id: I26ef46ee921f76944a44b77f014e0d2df3d97016
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'jenkins-config/managed-config-files/mavenSettings/usecase-ui-llm-adaptation/serverCredentialMappings.yaml')
-rw-r--r-- | jenkins-config/managed-config-files/mavenSettings/usecase-ui-llm-adaptation/serverCredentialMappings.yaml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/jenkins-config/managed-config-files/mavenSettings/usecase-ui-llm-adaptation/serverCredentialMappings.yaml b/jenkins-config/managed-config-files/mavenSettings/usecase-ui-llm-adaptation/serverCredentialMappings.yaml deleted file mode 100644 index 84b560687..000000000 --- a/jenkins-config/managed-config-files/mavenSettings/usecase-ui-llm-adaptation/serverCredentialMappings.yaml +++ /dev/null @@ -1,18 +0,0 @@ ---- -serverCredentialMappings: - - serverId: "ecomp-snapshots" - credentialsId: "usecase-ui-llm-adaptation" - - serverId: "ecomp-site" - credentialsId: "usecase-ui-llm-adaptation" - - serverId: "ecomp-staging" - credentialsId: "usecase-ui-llm-adaptation" - - serverId: "nexus3.onap.org:10001" - credentialsId: "usecase-ui-llm-adaptation" - - serverId: "nexus3.onap.org:10002" - credentialsId: "usecase-ui-llm-adaptation" - - serverId: "nexus3.onap.org:10003" - credentialsId: "usecase-ui-llm-adaptation" - - serverId: "nexus3.onap.org:10004" - credentialsId: "usecase-ui-llm-adaptation" - - serverId: "docker.io" - credentialsId: "onap_dockerhub_creds" |