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.
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
>
> 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)
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