Re: How to specify different workspace per git branches?

2014-10-03 Thread Mark Waite
I don't know of any way to do that with the git plugin today. Mark Waite On Fri, Oct 3, 2014 at 3:38 AM, Ivan Kanis wrote: > Hello, > > We are trying to have separate workspace directores per git branches we > specify in a job. > > We specify the branch in the git plugin. We couldn't find a way

Re: Swarm slave connection resiliency and interupted builds

2014-10-03 Thread David Erickson
Thanks Daniel.. this sounds like exactly what is needed. Is it possible to test the workflow-plugin inside Jenkins without disturbing other existing jobs, and with the standard swarm client? On Fri, Oct 3, 2014 at 3:20 AM, Daniel Beck wrote: > A plugin with that feature is part of Jenkins Enter

Re: Swarm slave connection resiliency and interupted builds

2014-10-03 Thread Daniel Beck
A plugin with that feature is part of Jenkins Enterprise. http://release-notes.cloudbees.com/product/CloudBees+Long-Running+Build+Plugin Something similar will also be part of the upcoming workflow-plugin. https://github.com/jenkinsci/workflow-plugin On 03.10.2014, at 04:13, David Erickson wrote

How to specify different workspace per git branches?

2014-10-03 Thread Ivan Kanis
Hello, We are trying to have separate workspace directores per git branches we specify in a job. We specify the branch in the git plugin. We couldn't find a way to fill that information in the "Use custom workspace" section in the configuration. We understand that it's a bit of a chicken and egg