Fixes generation of documentation for jobvars
Change-Id: Ia1f9cae45abc9fc4af4eb39c9b781cca1dcf479f
This commit is contained in:
parent
aa7dcaf69c
commit
b3d1b0a85d
@ -18,12 +18,12 @@
|
||||
|
||||
The version of Node to use.
|
||||
|
||||
.. zuul:jobvar: zuul_work_dir
|
||||
.. zuul:jobvar:: zuul_work_dir
|
||||
:default: {{ zuul.project.src_dir }}
|
||||
|
||||
Path to operate in.
|
||||
|
||||
.. zuul:jobvar: javascript_content_dir
|
||||
.. zuul:jobvar:: javascript_content_dir
|
||||
:default: dist
|
||||
|
||||
Directory, relative to zuul_work_dir, holding build content.
|
||||
@ -46,12 +46,12 @@
|
||||
|
||||
The version of Node to use.
|
||||
|
||||
.. zuul:jobvar: zuul_work_dir
|
||||
.. zuul:jobvar:: zuul_work_dir
|
||||
:default: {{ zuul.project.src_dir }}
|
||||
|
||||
Path to operate in.
|
||||
|
||||
.. zuul:jobvar: javascript_content_dir
|
||||
.. zuul:jobvar:: javascript_content_dir
|
||||
:default: dist
|
||||
|
||||
Directory, relative to zuul_work_dir, holding build content.
|
||||
@ -76,12 +76,12 @@
|
||||
|
||||
The version of Node to use.
|
||||
|
||||
.. zuul:jobvar: zuul_work_dir
|
||||
.. zuul:jobvar:: zuul_work_dir
|
||||
:default: {{ zuul.project.src_dir }}
|
||||
|
||||
Path to operate in.
|
||||
|
||||
.. zuul:jobvar: javascript_content_dir
|
||||
.. zuul:jobvar:: javascript_content_dir
|
||||
:default: dist
|
||||
|
||||
Directory, relative to zuul_work_dir, holding build content.
|
||||
@ -105,17 +105,17 @@
|
||||
|
||||
The version of Node to use.
|
||||
|
||||
.. zuul:jobvar: zuul_work_dir
|
||||
.. zuul:jobvar:: zuul_work_dir
|
||||
:default: {{ zuul.project.src_dir }}
|
||||
|
||||
Path to operate in.
|
||||
|
||||
.. zuul:jobvar: javascript_content_dir
|
||||
.. zuul:jobvar:: javascript_content_dir
|
||||
:default: dist
|
||||
|
||||
Directory, relative to zuul_work_dir, holding build content.
|
||||
|
||||
.. zuul:jobvar: create_tarball_directory
|
||||
.. zuul:jobvar:: create_tarball_directory
|
||||
|
||||
Create a tarball with the contents of
|
||||
create_tarball_directory (relative to zuul_work_dir).
|
||||
@ -135,12 +135,12 @@
|
||||
|
||||
The version of Node to use.
|
||||
|
||||
.. zuul:jobvar: zuul_work_dir
|
||||
.. zuul:jobvar:: zuul_work_dir
|
||||
:default: {{ zuul.project.src_dir }}
|
||||
|
||||
Path to operate in.
|
||||
|
||||
.. zuul:jobvar: javascript_content_dir
|
||||
.. zuul:jobvar:: javascript_content_dir
|
||||
:default: dist
|
||||
|
||||
Directory, relative to zuul_work_dir, holding build content.
|
||||
@ -161,12 +161,12 @@
|
||||
|
||||
The version of Node to use.
|
||||
|
||||
.. zuul:jobvar: zuul_work_dir
|
||||
.. zuul:jobvar:: zuul_work_dir
|
||||
:default: {{ zuul.project.src_dir }}
|
||||
|
||||
Path to operate in.
|
||||
|
||||
.. zuul:jobvar: javascript_content_dir
|
||||
.. zuul:jobvar:: javascript_content_dir
|
||||
:default: dist
|
||||
|
||||
Directory, relative to zuul_work_dir, holding build content.
|
||||
@ -186,7 +186,7 @@
|
||||
|
||||
The version of Node to use.
|
||||
|
||||
.. zuul:jobvar: zuul_work_dir
|
||||
.. zuul:jobvar:: zuul_work_dir
|
||||
:default: {{ zuul.project.src_dir }}
|
||||
|
||||
Path to operate in.
|
||||
|
@ -22,18 +22,18 @@
|
||||
|
||||
String containing extra arguments to append to the tox command line.
|
||||
|
||||
.. zuul:jobvar: tox_constraints_file
|
||||
.. zuul:jobvar:: tox_constraints_file
|
||||
|
||||
Path to a pip constraints file. Will be provided to tox in the
|
||||
TOX_CONSTRAINTS_FILE environment variable if it exists.
|
||||
|
||||
.. zuul:jobvar: tox_install_siblings
|
||||
.. zuul:jobvar:: tox_install_siblings
|
||||
:default: true
|
||||
|
||||
Override tox requirements that have corresponding zuul git repos
|
||||
on the node by installing the git versions into the tox virtualenv.
|
||||
|
||||
.. zuul:jobvar: tox_install_bindep
|
||||
.. zuul:jobvar:: tox_install_bindep
|
||||
:default: true
|
||||
|
||||
Whether or not to run the binary dependencies detection and
|
||||
@ -193,12 +193,12 @@
|
||||
|
||||
String containing extra arguments to append to the tox command line.
|
||||
|
||||
.. zuul:jobvar: tox_constraints_file
|
||||
.. zuul:jobvar:: tox_constraints_file
|
||||
|
||||
Path to a pip constraints file. Will be provided to tox in the
|
||||
TOX_CONSTRAINTS_FILE environment variable if it exists.
|
||||
|
||||
.. zuul:jobvar: tox_install_siblings
|
||||
.. zuul:jobvar:: tox_install_siblings
|
||||
:default: true
|
||||
|
||||
Override tox requirements that have corresponding zuul git repos
|
||||
@ -215,12 +215,12 @@
|
||||
The version of Node to use.
|
||||
|
||||
|
||||
.. zuul:jobvar: javascript_content_dir
|
||||
.. zuul:jobvar:: javascript_content_dir
|
||||
:default: dist
|
||||
|
||||
Directory, relative to zuul_work_dir, holding build content.
|
||||
|
||||
.. zuul:jobvar: zuul_work_dir
|
||||
.. zuul:jobvar:: zuul_work_dir
|
||||
:default: {{ zuul.project.src_dir }}
|
||||
|
||||
Path to operate in.
|
||||
|
Loading…
Reference in New Issue
Block a user