diff options
Diffstat (limited to 'jenkins-config/managed-config-files/custom/lftoolsini/content')
-rw-r--r-- | jenkins-config/managed-config-files/custom/lftoolsini/content | 9 |
1 files changed, 9 insertions, 0 deletions
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 |