On 2013-01-15 at 11:00 -0500, Matthew Barr wrote: > However, what some folks might find helpful is a project we open sourced, > > http://snapinteractive.github.com/mergeatron/ > > It allows you to monitor github pull requests, and comment on their passing / > failing the defined jenkins tests.
If you're not wedded to Jenkins then you can also look at Travis CI, which is somewhat similar, in that it's designed for close integration with GitHub and provides build status. There's a free version for open repositories, and a commercial version which supports private repos. Configuration is via a YAML file inside the repo. All of the components are open sourced and, in theory, replicable, but I don't know whether anyone else has tested that this is something that can readily be stood up. https://travis-ci.org/ An unusually complicated .travis.yml, simply because I broke with Go convention (a file needs pre-processing and some dependencies ship in a form for older versions of Go): https://github.com/syscomet/sks_spider/blob/master/.travis.yml $employer pays for the commercial version and we're happy. The developers are highly responsive. -Phil _______________________________________________ Tech mailing list [email protected] https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech This list provided by the League of Professional System Administrators http://lopsa.org/
