From 3dc6474525a7c944fdc538e3b80b627544cf5aa0 Mon Sep 17 00:00:00 2001 From: Anton Tcitlionok Date: Mon, 21 Dec 2015 10:27:52 +0300 Subject: [PATCH] Clarify 'trigger-parameterized-builds' description Documentation on trigger-parameterized-builds option 'fail-on-missing' does not mention what kind of files are being tested for existance. According to Parameterized Trigger Plugin settings, 'fail-on-missing' checks if files which are set in 'property-file' option exist. Story: 2000448 Change-Id: I408838a7b02e602a3da09add7f322204d2106eea --- jenkins_jobs/modules/publishers.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jenkins_jobs/modules/publishers.py b/jenkins_jobs/modules/publishers.py index 6326ba91b..e2880fd83 100644 --- a/jenkins_jobs/modules/publishers.py +++ b/jenkins_jobs/modules/publishers.py @@ -306,7 +306,9 @@ def trigger_parameterized_builds(parser, xml_parent, data): 'UNSTABLE_OR_WORSE', 'FAILED', 'ALWAYS'. (default: 'ALWAYS') :arg str property-file: Use properties from file (optional) :arg bool fail-on-missing: Blocks the triggering of the downstream jobs - if any of the files are not found in the workspace (default 'False') + if any of the property files are not found in the workspace. + Only valid when 'property-file' is specified. + (default 'False') :arg bool use-matrix-child-files: Use files in workspaces of child builds (default 'False') :arg str matrix-child-combination-filter: A Groovy expression to filter