Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not A Defect
-
Bitbucket server integration 1.1.0
Description
The Bitbucket plugin seems to ignore information set in the Webhook body. If a branch is specified, the branch is built. If an "any" wildcard is specified, the job begins to apparently walk the DAG triggering multiple builds.
Attachments
Issue Links
- is caused by
-
JENKINS-61065 Git plugin: infinite build trigger by "SCM change"
-
- Closed
-
- is related to
-
JENKINS-64557 Jenkins job getting triggered for every commit made in the repo instead for commits to branch(master)
-
- Closed
-
I'm encountering the same issue.
In my job configuration a specific branch is configured (refs/heads/release_${ACTUAL_VERSION} - the version is defined as global environment variable in jenkins). But this job gets triggered on all changes to the repository, not only for changes to that specific branch (e.g. like merges in master).