Skip to content

Commit

Permalink
Add note about multibranch pipelines
Browse files Browse the repository at this point in the history
We realized that for multibranch pipelines a `Scan Multibranch Pipeline Triggers` should be configured
  • Loading branch information
xoanmi authored Aug 4, 2020
1 parent 8deee64 commit 77c1d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The older-style HTTP POSTs from Bitbucket are also supported but deprecated.

On each push, the plugin:

1. Scans Jenkins for all jobs with "Build when a change is pushed to Bitbucket" option enabled
1. Scans Jenkins for all jobs with "Build when a change is pushed to Bitbucket" option enabled. For MultiBranch pipelines `Scan Multibranch Pipeline Triggers` in order to be able to process the WebHook.
2. For each job matched:
1. If the job's SCM (git) URL "loosely matches" that of the git repository listed inside the Bitbucket-provided payload, AND
2. If the job's SCM (git) detects that the remote repository has changes, THEN
Expand Down

0 comments on commit 77c1d35

Please sign in to comment.