-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Add mising device-uart config files
Signed-off-by: Jessica Wagantall <[email protected]>
- Loading branch information
1 parent
384604d
commit a3b59fe
Showing
8 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
jenkins-config/managed-config-files/custom/device-uart-codecov-token/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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
name: "device-uart-codecov-token" | ||
comment: "device-uart-codecov-token" |
1 change: 1 addition & 0 deletions
1
jenkins-config/managed-config-files/custom/device-uart-codecov-token/content
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../managed-config-templates/token-content |
1 change: 1 addition & 0 deletions
1
...d-config-files/custom/device-uart-codecov-token/customizedCredentialMappings.sandbox.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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../managed-config-templates/token-customizedCredentialMappings.sandbox.yaml |
4 changes: 4 additions & 0 deletions
4
...g/managed-config-files/custom/device-uart-codecov-token/customizedCredentialMappings.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
customizedCredentialMappings: | ||
- credentialsId: "device-uart-codecov-token" | ||
tokenKey: "CCTOKEN" |
3 changes: 3 additions & 0 deletions
3
jenkins-config/managed-config-files/mavenSettings/device-uart-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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
name: "device-uart-settings" | ||
comment: "device-uart-settings" |
1 change: 1 addition & 0 deletions
1
jenkins-config/managed-config-files/mavenSettings/device-uart-settings/content
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../managed-config-templates/mavenSettings-content |
1 change: 1 addition & 0 deletions
1
...ged-config-files/mavenSettings/device-uart-settings/serverCredentialMappings.sandbox.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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../managed-config-templates/mavenSettings-serverCredentialMappings.sandbox.yaml |
12 changes: 12 additions & 0 deletions
12
...fig/managed-config-files/mavenSettings/device-uart-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 |
---|---|---|
@@ -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 |