diff options
author | Zuul <zuul@review.opendev.org> | 2020-02-04 15:38:15 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-02-04 15:38:15 +0000 |
commit | 29b0e366ab1360683512bc295b292ad6fe250b33 (patch) | |
tree | 32d58f91d1af3af2299e6d9f031d0f71d0dbe7c8 /doc | |
parent | dc83d5161fd58c22018c0355282f98c9c2369035 (diff) | |
parent | d69208c0c460e7bb12e7c6bccc4c1ae0c8aa5cad (diff) | |
download | python-jenkins-job-builder-29b0e366ab1360683512bc295b292ad6fe250b33.tar.gz python-jenkins-job-builder-29b0e366ab1360683512bc295b292ad6fe250b33.tar.xz python-jenkins-job-builder-29b0e366ab1360683512bc295b292ad6fe250b33.zip |
Merge "Fix some typos in documentation"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/definition.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/definition.rst b/doc/source/definition.rst index 6e63f83d..978d620b 100644 --- a/doc/source/definition.rst +++ b/doc/source/definition.rst @@ -577,7 +577,7 @@ and replace them with the empty string instead. Refer to :ref:`default-values` for details on setting variable defaults. -Variable Inheritence +Variable Inheritance ^^^^^^^^^^^^^^^^^^^^ It is possible in JJB to define defaults for variables at different levels such @@ -624,7 +624,7 @@ When a project wants to use a job-template it can use override it as follows: This is the standard way that most folks use and it will set ``branch: master`` for every job-template in the list. However sometimes we may want to provide an alternative value for a specific job in the list. In this case the more -specific declaration takes precendence: +specific declaration takes precedence: .. code-block:: yaml |