document workspace-cleanup wrapper "dirmatch" default

If the user does not specify a "dirmatch" setting to JJB when using the
workspace-cleanup wrapper, JJB will default the "dirmatch" setting to
False.

Update the docs to describe this default. (This matches the post-build
workspace-cleanup publisher's docs.)

Change-Id: Ib4aa26f68a128038a70b88ccf0d8ba798614d5c5
This commit is contained in:
Ken Dreyer 2015-12-10 16:28:28 -07:00
parent 5fe5b6089d
commit 3da4f35efc
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ def workspace_cleanup(parser, xml_parent, data):
:arg list include: list of files to be included
:arg list exclude: list of files to be excluded
:arg bool dirmatch: Apply pattern to directories too
:arg bool dirmatch: Apply pattern to directories too (default: false)
Example::