Fix view parameters indent for sphinx

Change-Id: Ia16573e9a02c35c613ffebfc4bcdc83a6d396f66
Signed-off-by: Anil Belur <askb23@gmail.com>
This commit is contained in:
Anil Belur 2018-04-16 16:06:44 +10:00
parent 82f2ab4417
commit b50f1ec840
No known key found for this signature in database
GPG Key ID: 0FAA11C1B55BFA62
1 changed files with 42 additions and 38 deletions

View File

@ -31,13 +31,15 @@ to the :ref:`view_list` definition.
:jenkins-wiki:`View Job Filters <View+Job+Filters>`
* **most-recent** (`dict`)
:most-recent: * **max-to-include** (`int`): Maximum number of jobs
:most-recent:
* **max-to-include** (`int`): Maximum number of jobs
to include. (default 0)
* **check-start-time** (`bool`): Check job start
time. (default false)
* **build-duration** (`dict`)
:build-duration: * **match-type** ('str'): Jobs that match a filter
:build-duration:
* **match-type** ('str'): Jobs that match a filter
to include. (default includeMatched)
* **build-duration-type** ('str'): Duration of the
build. (default Latest)
@ -51,7 +53,8 @@ to the :ref:`view_list` definition.
duration minutes. (default 0)
* **build-trend** (`dict`)
:build-trend: * **match-type** ('str'): Jobs that match a filter
:build-trend:
* **match-type** ('str'): Jobs that match a filter
to include. (default includeMatched)
* **build-trend-type** ('str'): Duration of the
build. (default Latest)
@ -63,7 +66,8 @@ to the :ref:`view_list` definition.
(default Completed)
* **job-status** (`dict`)
:job-status: * **match-type** ('str'): Jobs that match a filter
:job-status:
* **match-type** ('str'): Jobs that match a filter
to include. (default includeMatched)
* **unstable** ('bool'): Jobs with status
unstable. (default False)