summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-23 21:25:05 +0000
committerGerrit Code Review <review@openstack.org>2018-02-23 21:25:05 +0000
commit2da47d901b7e1c11ab8aa629e0ea5f6321e8978c (patch)
tree63ae21c1543652e4dccf29d8759906a0aec0150a /doc/source
parentaa74f8d67cb89c80369d8d3096ee0851da9c5adb (diff)
parentad61af1670ceb1ab3522fc71e8842ac9301cf125 (diff)
downloadpython-jenkins-job-builder-2da47d901b7e1c11ab8aa629e0ea5f6321e8978c.tar.gz
python-jenkins-job-builder-2da47d901b7e1c11ab8aa629e0ea5f6321e8978c.tar.xz
python-jenkins-job-builder-2da47d901b7e1c11ab8aa629e0ea5f6321e8978c.zip
Merge "Add views and jobs only options for update"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/execution.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/execution.rst b/doc/source/execution.rst
index 1a67a8ba..2ef2b53c 100644
--- a/doc/source/execution.rst
+++ b/doc/source/execution.rst
@@ -195,6 +195,13 @@ use::
jenkins-jobs update --workers 0 /path/to/defs
+To update only views or only jobs, simply add the argument
+--views-only or --jobs-only after the command::
+
+ jenkins-jobs update --views-only Foo-view
+ jenkins-jobs update --jobs-only Foo-job
+
+
Passing Multiple Paths
^^^^^^^^^^^^^^^^^^^^^^
It is possible to pass multiple paths to JJB using colons as a path separator on