Merge "Check external documentation links are valid"
This commit is contained in:
commit
3c3825a8dc
@ -25,9 +25,9 @@ Repository:
|
|||||||
|
|
||||||
* https://git.openstack.org/cgit/openstack-infra/jenkins-job-builder
|
* https://git.openstack.org/cgit/openstack-infra/jenkins-job-builder
|
||||||
|
|
||||||
Cloning:
|
Cloning::
|
||||||
|
|
||||||
* git clone https://git.openstack.org/openstack-infra/jenkins-job-builder
|
git clone https://git.openstack.org/openstack-infra/jenkins-job-builder
|
||||||
|
|
||||||
Patches are submitted via Gerrit at:
|
Patches are submitted via Gerrit at:
|
||||||
|
|
||||||
|
@ -210,6 +210,12 @@ latex_documents = [
|
|||||||
# If false, no module index is generated.
|
# If false, no module index is generated.
|
||||||
#latex_domain_indices = True
|
#latex_domain_indices = True
|
||||||
|
|
||||||
|
# -- Options for linkcheck ----------------------------------------------------
|
||||||
|
|
||||||
|
# If set, override pythons default socket timeout
|
||||||
|
# testing has shown the default is too short so explicitly increase to 15 secs
|
||||||
|
linkcheck_timeout = 15
|
||||||
|
|
||||||
|
|
||||||
# -- Options for manual page output --------------------------------------------
|
# -- Options for manual page output --------------------------------------------
|
||||||
|
|
||||||
|
@ -464,7 +464,7 @@ class ModuleRegistry(object):
|
|||||||
|
|
||||||
:arg string plugin_name: Either the shortName or longName of a plugin
|
:arg string plugin_name: Either the shortName or longName of a plugin
|
||||||
as see in a query that looks like:
|
as see in a query that looks like:
|
||||||
http://<jenkins-hostname>/pluginManager/api/json?pretty&depth=2
|
``http://<jenkins-hostname>/pluginManager/api/json?pretty&depth=2``
|
||||||
|
|
||||||
During a 'test' run, it is possible to override JJB's query to a live
|
During a 'test' run, it is possible to override JJB's query to a live
|
||||||
Jenkins instance by passing it a path to a file containing a YAML list
|
Jenkins instance by passing it a path to a file containing a YAML list
|
||||||
|
Loading…
Reference in New Issue
Block a user