Jenkins Job gets triggered by Bitbucket Push event but not by Pull request event.

2017-04-05 Thread joe . cellro
Hi guys, Iam not able to trigger a jenkins job , whenever I make a pull request in bitbucket but I am able to trigger Jenkins job whenever there is commit in bitbucket branch. I tried "BitBucket pull request builder" plugin, to achieve this but not able to succeed. Any help will be appreciat

How to get list of Pull requests on a specific branch

2017-03-12 Thread joe . cellro
Hi, Iam a newbie to Jenkins and Iam looking for help on this issue. My requirement is to create a nightly build Jenkins job, which should do the following. 1.Create Temp branch from a Dev_main Branch 2.Merge Temp Branch with One Candidate* Branch 3.Build 4.Run UI Tests 5.On Success : Merge cand