diff options
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" |