Re: Pipeline: "Branch not mergable"

2016-04-26 Thread Andrew Melo
Hi- It appears to be an issue with the GH webhook firing before the mergeability is computed. When that happens, GH gives "null" to the mergeability field, when Jenkins is expecting true/false. Then Jenkins treats the branch as unmergeable and refuses to build it. I posted a comment to GH

Pipeline: "Branch not mergable"

2016-04-25 Thread Andrew Melo
Hi all, Fairly often (~50% of the time), when I push a feature branch up to GH, my multibranch configuration job will get the notification, poll GH, then bomb with: Checking pull request #PR-47 Not mergeable, skipping Even though the branch is mergable. If I force a build manually, it bombs