Fix typo in bitbucket_scm discover-branch parameter

The parameter is wrong in the Python docstrings since it's used as
discover-branch in code.

Change-Id: I9c3108c297e2261e3bfa8dffd29da766ad44716a
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
This commit is contained in:
Jelle van der Waa 2019-07-22 16:49:20 +02:00
parent c907f7708c
commit 1d48093fe9

View File

@ -308,7 +308,7 @@ def bitbucket_scm(xml_parent, data):
:arg str head-filter-regex: A regular expression for filtering
discovered source branches. Requires the :jenkins-wiki:`SCM API Plugin
<SCM+API+Plugin>`.
:arg str discovery-branch: Discovers branches on the repository.
:arg str discover-branch: Discovers branches on the repository.
Valid options: ex-pr, only-pr, all.
Value is not specified by default.
:arg str discover-pr-origin: Discovers pull requests where the origin