diff options
author | Denis Laxalde <denis.laxalde@logilab.fr> | 2015-12-17 09:17:20 +0100 |
---|---|---|
committer | Denis Laxalde <denis.laxalde@logilab.fr> | 2015-12-17 09:17:20 +0100 |
commit | f42e93c9b3e5c999462953acdbf4760dc060570c (patch) | |
tree | 068b2a480a3f35dece23da90810f351e074eed1b | |
parent | 097a70ca9203d51fd1604b0d11fd7c534c0bc5ed (diff) | |
download | python-jenkins-job-builder-f42e93c9b3e5c999462953acdbf4760dc060570c.tar.gz python-jenkins-job-builder-f42e93c9b3e5c999462953acdbf4760dc060570c.tar.xz python-jenkins-job-builder-f42e93c9b3e5c999462953acdbf4760dc060570c.zip |
Fix docstring of downstream-ext publisher
The actual parameter name is "condition" not "comparison".
Change-Id: Ib9ea453f7f90be741625f454ac60cd42219dee10
-rw-r--r-- | jenkins_jobs/modules/publishers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins_jobs/modules/publishers.py b/jenkins_jobs/modules/publishers.py index 3d9ba78d..0a24eea7 100644 --- a/jenkins_jobs/modules/publishers.py +++ b/jenkins_jobs/modules/publishers.py @@ -4425,7 +4425,7 @@ def downstream_ext(parser, xml_parent, data): <Downstream-Ext+Plugin>`. :arg list projects: Projects to build (required) - :arg string comparison: comparison used for the criteria. + :arg string condition: comparison condition used for the criteria. One of 'equal-or-over', 'equal-or-under', 'equal' (default: 'equal-or-over') :arg string criteria: Trigger downstream job if build results meets |