summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-01-26 15:43:45 +0000
committerGerrit Code Review <review@openstack.org>2018-01-26 15:43:45 +0000
commit8d489abece360c6e47658785327919eb3cb0c644 (patch)
tree054761be61bc219b2f7a3c96649cc762f732647d /doc
parenta0d75f00f9558c6b8a346e323ba72221e13d9de7 (diff)
parentb76ed1629d1cda2204b51abb8e1ed8b09ba52d3a (diff)
downloadpython-jenkins-job-builder-8d489abece360c6e47658785327919eb3cb0c644.tar.gz
python-jenkins-job-builder-8d489abece360c6e47658785327919eb3cb0c644.tar.xz
python-jenkins-job-builder-8d489abece360c6e47658785327919eb3cb0c644.zip
Merge "Added option to print job names as urls"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/execution.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/execution.rst b/doc/source/execution.rst
index 1006e818..1a67a8ba 100644
--- a/doc/source/execution.rst
+++ b/doc/source/execution.rst
@@ -52,6 +52,11 @@ job_builder section
string, allowing you to use those strings without having to define all the
keys it might be using.
+**print_job_urls**
+ (Optional) If set to True it will print full jobs urls while updating jobs,
+ so user can be sure which instance was updated. User may click the link to
+ go directly to that job. False by default.
+
jenkins section
^^^^^^^^^^^^^^^