Re: Jenkins PR triggers a build of PR

2017-02-21 Thread Indra Gunawan (ingunawa)
most stable solution. We hate polling. From: on behalf of Michael Tidwell Reply-To: "jenkinsci-users@googlegroups.com" Date: Tuesday, February 21, 2017 at 12:08 PM To: Jenkins Users Subject: Re: Jenkins PR triggers a build of PR Also like to note, I'm not using a webhook. I&

Re: Jenkins PR triggers a build of PR

2017-02-21 Thread Michael Tidwell
Also like to note, I'm not using a webhook. I'm attempting to do this through a "* * * * *" polling method (even though that seems to be frowned upon) On Tuesday, February 21, 2017 at 3:05:43 PM UTC-5, Michael Tidwell wrote: > > Hey Everyone, > > Messing around with Jenkins. Trying to make Jen

Jenkins PR triggers a build of PR

2017-02-21 Thread Michael Tidwell
Hey Everyone, Messing around with Jenkins. Trying to make Jenkins automatically build on a PR, pull request, trigger. I want it to build the new PR code before it gets merged in. I can actually make Jenkins build when I start a Pull Request, but it builds the old code base not the new PR code.