Disable -x to prevent printing passwords
[releng/global-jjb.git] / docs / configuration.rst
index 7fc6ced..4c597cc 100644 (file)
@@ -1,4 +1,4 @@
-.. _global-jjb-configuration:
+.. _configuration:
 
 #############
 Configuration
@@ -65,7 +65,7 @@ Example Gerrit Infra:
        name: global
 
        # lf-infra defaults
-       jenkins-ssh-credential: opendaylight-jenkins-ssh
+       jenkins-ssh-credential: jenkins-ssh
        gerrit-server-name: OpenDaylight
        lftools-version: '<1.0.0'
        mvn-site-id: opendaylight-site
@@ -91,6 +91,8 @@ Example GitHub Infra:
        mvn-site-id: opendaylight-site
        mvn-staging-id: opendaylight-staging
 
+.. _jenkins-files:
+
 Jenkins Files
 =============
 
@@ -98,6 +100,8 @@ global-jjb makes use of the Jenkins Config File Provider plugin to provide some
 default configurations for certain tools. This section details the files to
 define in Jenkins' **Manage Files** configuration.
 
+.. _npmrc:
+
 npmrc
 -----
 
@@ -115,6 +119,8 @@ Create a "Custom file" with contents:
 
    registry = https://nexus.opendaylight.org/content/repositories/npmjs/
 
+.. _pipconf:
+
 pipconf
 -------
 
@@ -134,10 +140,13 @@ Create a "Custom file" with contents:
    timeout = 60
    index-url = https://nexus3.opendaylight.org/repository/PyPi/simple
 
+.. _jenkins-ci-jobs:
 
 Jenkins CI Jobs
 ===============
 
+.. _jenkins-cfg-merge:
+
 jenkins-cfg-merge
 -----------------
 
@@ -145,6 +154,8 @@ This job manages Jenkins Global configuration. Refer to
 the :ref:`CI Documentation <lf-global-jjb-jenkins-cfg-merge>` for job
 configuration details.
 
+.. _log-archiving:
+
 Log Archiving
 =============