-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue-ID: POLICY-5167 Change-Id: Id61d51fbb3e4b75b902045ce740e2acb36919431 Signed-off-by: muraliparthatechm <[email protected]>
- Loading branch information
1 parent
c04e131
commit 53e40c3
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
jenkins-config/managed-config-files/mavenSettings/policy-opa-pdp-settings/config-params.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
name: "policy-opa-pdp" | ||
comment: "policy-opa-pdp" | ||
name: "policy-opa-pdp-settings" | ||
comment: "policy-opa-pdp-settings" |
14 changes: 7 additions & 7 deletions
14
.../managed-config-files/mavenSettings/policy-opa-pdp-settings/serverCredentialMappings.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
--- | ||
serverCredentialMappings: | ||
- serverId: "ecomp-snapshots" | ||
credentialsId: "policy-opa-pdp" | ||
credentialsId: &cred "policy-opa-pdp" | ||
- serverId: "ecomp-site" | ||
credentialsId: "policy-opa-pdp" | ||
credentialsId: *cred | ||
- serverId: "ecomp-staging" | ||
credentialsId: "policy-opa-pdp" | ||
credentialsId: *cred | ||
- serverId: "nexus3.onap.org:10001" | ||
credentialsId: "policy-opa-pdp" | ||
credentialsId: *cred | ||
- serverId: "nexus3.onap.org:10002" | ||
credentialsId: "policy-opa-pdp" | ||
credentialsId: *cred | ||
- serverId: "nexus3.onap.org:10003" | ||
credentialsId: "policy-opa-pdp" | ||
credentialsId: *cred | ||
- serverId: "nexus3.onap.org:10004" | ||
credentialsId: "policy-opa-pdp" | ||
credentialsId: *cred | ||
- serverId: "docker.io" | ||
credentialsId: "onap_dockerhub_creds" |