-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
Jenkins 2.315, Bitbucket Plugin 223.vd12f2bca5430
I think this bug was caused by the change in https://issues.jenkins.io/browse/JENKINS-49414 .
Preconditions:
1. Using Bitbucket plugin with setting "Build when a change is pushed to BitBucket"
2. "Build on branch created" false (default)
Problem / steps to reproduce:
- Create new branch locally
- Create commit to new branch
- Push new branch to origin
with Bitbucket Plugin 223.vd12f2bca5430 -> Job is not triggered. Should be, because there's also new commit.
with Bitbucket Plugin 1.1.29 -> Job is triggered