On Wed, Nov 14, 2012 at 2:34 PM, Semyazz <[email protected]> wrote: > I'd like to have Gitorious --- repository server and Jenkins --- build > server.
You might want to read this thread from the Jenkins Gitorious plugin author [1] > Also I'd like to have some kind of intermediate state where experienced > developer could review code which was written by some other developer. It > could be accepted or rejected. > > Is it good idea to integrate Gitorious and Jenkins with Gerrit? Or maybe > there is any other tool or maybe Gitorious could do it on his own? There's been some similar discussions regarding Gerrit recently. [2] [3] On the subject of Jenkins and intermediate code review, I suppose you could have Jenkins poll Gitorious to look for pending merge requests, try to build each one, and then post comments inside the merge request whether the build passes or fails. That would allow the gatekeepers to have a bit more confidence when they merge code. I haven't done something like this so I'm not sure if you can use Gitorious' Web Hooks for these sorts of notifications out to Jenkins, or if you'd have to make Jenkins do active polling. Either way, this is theoretical so it would probably involve a bit of coding. Check out the "GitHub pull request builder" Jenkins plugin for a similar idea. - Ken [1] https://groups.google.com/d/topic/gitorious/qwcYnAvXGI8/discussion [2] https://groups.google.com/d/topic/gitorious/PML1QowObbQ/discussion [3] https://groups.google.com/d/topic/gitorious/x8AXwyw6_TE/discussion -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
