Re: How do I trigger jenkins job if a pull request is merged in github

2018-08-04 Thread Ramanathan Muthaiah
On Saturday, August 4, 2018 at 1:36:39 AM UTC+5:30, jsake...@gmail.com wrote: > > I want to use only pullrequestevent, so when a pull request is merged, it > should run a script or hook, which would do all the checks like > if a pull request is merged or not / if teh branch is release or not etc.

Re: How do I trigger jenkins job if a pull request is merged in github

2018-08-03 Thread jsaketh2015
I want to use only pullrequestevent, so when a pull request is merged, it should run a script or hook, which would do all the checks like if a pull request is merged or not / if teh branch is release or not etc. if teh condition satisfies, it shoud run the jenkins job. On Friday, August 3, 2018 a

Re: How do I trigger jenkins job if a pull request is merged in github

2018-08-03 Thread Ramanathan Muthaiah
> > We don't use multi branch pipeline. But , we use pipeline Jenkins job > written in jenkisnfile. > I want to know the steps to do on github and jenkinsfile side to trigger > the Jenkins job if a pull request is merged to a particular branch. > Multibranch (or GHE organization, if you prefer)

How do I trigger jenkins job if a pull request is merged in github

2018-08-03 Thread jsaketh2015
Hi All, We don't use multi branch pipeline. But , we use pipeline Jenkins job written in jenkisnfile. I want to know the steps to do on github and jenkinsfile side to trigger the Jenkins job if a pull request is merged to a particular branch. -- You received this message because you are su