Re: Git based builds; one commit at a time

2015-01-03 Thread James Nord
Or just use Gerrit and the Gerrit trigger plugin :-) On 31 December 2014 14:59:28 GMT+00:00, Mark Waite wrote: >If that's the case, you should probably consider the pre-tested commit >plugin that is part of the Cloudbees commercial offering. > >On Wed, Dec 31, 2014 at 7:48 AM, Steve K > >wrote:

Re: Workflow: How to get entire workflow definition from SCM

2015-01-03 Thread Alexander Bertram
One of the components of the workflow system is a plugin that provides a global git repository where you can push your groovy build scripts. https://github.com/jenkinsci/workflow-plugin/tree/master/cps-global-lib This is really quite nice because you can develop your build workflow in groovy in