diff options
author | Eric Ball <eball@linuxfoundation.org> | 2021-12-14 17:07:08 -0800 |
---|---|---|
committer | Eric Ball <eball@linuxfoundation.org> | 2021-12-15 14:39:35 -0800 |
commit | 2a0d0e553fe5b6df3cf7ad389467ac5fbef62297 (patch) | |
tree | 55bff12c6d98a74cee966ae28f3029dfeadcb6f7 /jenkins-config/managed-config-files/custom/lftoolsini | |
parent | 79fa61adf601c04891a2ca5f0f3da4d65e51e5c7 (diff) |
Feat: Add JCasC managed config files
Change-Id: Ibe1e731577cac990d078e03b4be21fdfc0c5b82c
Issue-ID: CIMAN-33
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Diffstat (limited to 'jenkins-config/managed-config-files/custom/lftoolsini')
4 files changed, 24 insertions, 0 deletions
diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/config-params.yaml b/jenkins-config/managed-config-files/custom/lftoolsini/config-params.yaml new file mode 100644 index 000000000..25904bf5e --- /dev/null +++ b/jenkins-config/managed-config-files/custom/lftoolsini/config-params.yaml @@ -0,0 +1,3 @@ +--- +name: "lftoolsini" +comment: "LFTOOLS config file" diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/content b/jenkins-config/managed-config-files/custom/lftoolsini/content new file mode 100644 index 000000000..43b872e8c --- /dev/null +++ b/jenkins-config/managed-config-files/custom/lftoolsini/content @@ -0,0 +1,9 @@ +[nexus] +username=$JENKINS_RELEASE_USR +password=$JENKINS_RELEASE_PSW +[nexus.onap.org] +username=$JENKINS_RELEASE_USR +password=$JENKINS_RELEASE_PSW +[rtd] +endpoint = https://readthedocs.org/api/v3/ +token = $RTD_TOKEN diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.sandbox.yaml b/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.sandbox.yaml new file mode 100644 index 000000000..39dfd8a1c --- /dev/null +++ b/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.sandbox.yaml @@ -0,0 +1,6 @@ +--- +customizedCredentialMappings: + - credentialsId: "dummy" + tokenKey: "JENKINS_RELEASE" + - credentialsId: "dummy" + tokenKey: "RTD_TOKEN" diff --git a/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml b/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml new file mode 100644 index 000000000..be6f0a56a --- /dev/null +++ b/jenkins-config/managed-config-files/custom/lftoolsini/customizedCredentialMappings.yaml @@ -0,0 +1,6 @@ +--- +customizedCredentialMappings: + - credentialsId: "lftoolsini" + tokenKey: "JENKINS_RELEASE" + - credentialsId: "rtd-token" + tokenKey: "RTD_TOKEN" |