Thats a good idea. I have seen other open source projects do it this way.
(example: netty project)
On demand build is a better way than doing for every commit change.

especially when the code reviews are going on or there is WIP, its not
intended to do a build on every commit or update. (The commit could just be
a change in commit message)

when the contributor is ready, he can call jenkins to verify it by just
commenting @jenkins build
once the code comments(if any) are addressed, we can ask it to build again.

~Rajani

On Thu, Oct 29, 2015 at 7:41 PM, Remi Bergsma <[email protected]>
wrote:

> Hi all,
>
> Just had a chat with Miguel.
> He showed me that if we setup Github to notify Jenkins on “issue comments”
> (next to “pull requests” we have now) and then set a “trigger phrase” in
> Jenkins, we could automatically trigger a new build by typing “go build”.
> No more need to force push commits by the author.
>
> Shall we set this up? Can we do this David?
>
> Regards,
> Remi
>
>
> From: Remi Bergsma
> Date: Thursday 29 October 2015 08:47
> To: "[email protected]<mailto:[email protected]>"
> Subject: Jenkins failures
>
> Hi,
>
> Can someone please look why Jenkins fails so often recently? It feels like
> a casino and slows down merging of PRs since we want to merge when they
> “are green”. This requires forse pushing many times now, including the wait.
>
> I’d prefer not to start ignoring them..
>
> Thanks for the help!
>
> Regards,
> Remi
>
>

Reply via email to