Skip to content

Commit

Permalink
ci: Add mising device-uart config files
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Wagantall <[email protected]>
  • Loading branch information
jwagantall committed Jun 26, 2023
1 parent 384604d commit a3b59fe
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
name: "device-uart-codecov-token"
comment: "device-uart-codecov-token"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
customizedCredentialMappings:
- credentialsId: "device-uart-codecov-token"
tokenKey: "CCTOKEN"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
name: "device-uart-settings"
comment: "device-uart-settings"
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
serverCredentialMappings:
- serverId: "nexus3.edgexfoundry.org:10001"
credentialsId: "docker"
- serverId: "nexus3.edgexfoundry.org:10002"
credentialsId: &cred "device"
- serverId: "nexus3.edgexfoundry.org:10003"
credentialsId: *cred
- serverId: "nexus3.edgexfoundry.org:10004"
credentialsId: *cred
- serverId: "docker.io"
credentialsId: edgex_dockerhub_creds

0 comments on commit a3b59fe

Please sign in to comment.