Fail Sphinx build even on warnings
[releng/global-jjb.git] / docs / configuration.rst
index af98c6e..e212d9c 100644 (file)
@@ -19,7 +19,7 @@ Documentation for npmrc is available via the `npm project
 <https://docs.npmjs.com/files/npmrc>`_.
 
 :Required: This file MUST exist. An empty file is acceptable if a
-proxy is not available for the project.
+    proxy is not available for the project.
 :type: Custom file
 
 Create a "Custom file" with contents:
@@ -28,15 +28,15 @@ Create a "Custom file" with contents:
 
    registry = https://nexus.opendaylight.org/content/repositories/npmjs/
 
-pip.conf
---------
+pipconf
+-------
 
 This file contains default configuration for the python-pip tool and lives
 in $HOME/.config/pip/pip.conf. Documentation for pip.conf is available via the
 `pip project <https://pip.readthedocs.io/en/stable/user_guide/#configuration>`_.
 
 :Required: This file MUST exist. An empty file is acceptable if a
-proxy is not available for the project.
+    proxy is not available for the project.
 :type: Custom file
 
 Create a "Custom file" with contents:
@@ -46,3 +46,14 @@ Create a "Custom file" with contents:
    [global]
    timeout = 60
    index-url = https://nexus3.opendaylight.org/repository/PyPi/simple
+
+
+Jenkins CI Jobs
+===============
+
+jenkins-cfg-merge
+-----------------
+
+This job manages Jenkins Global configuration. Refer to
+the :ref:`CI Documentation <lf-global-jjb-jenkins-cfg-merge>` for job
+configuration details.