Re: [jenkins] Looking for advice in how to setup a project

2015-01-26 Thread Les Mikesell
On Mon, Jan 26, 2015 at 12:42 PM, Don deJuan donjuans...@gmail.com wrote: Something this complex sounds like a job for the workflow plugin and job type SNIP . OK thanks I will look into that. Open to any other advice or suggestions. It's not clear to me from your post what actually

Re: [jenkins] Looking for advice in how to setup a project

2015-01-26 Thread Don deJuan
On 01/26/2015 11:15 AM, Les Mikesell wrote: On Mon, Jan 26, 2015 at 12:42 PM, Don deJuan donjuans...@gmail.com wrote: Something this complex sounds like a job for the workflow plugin and job type SNIP . OK thanks I will look into that. Open to any other advice or suggestions. It's not

Re: [jenkins] Looking for advice in how to setup a project

2015-01-26 Thread Don deJuan
On 01/25/2015 08:48 AM, Stephen Connolly wrote: Something this complex sounds like a job for the workflow plugin and job type SNIP . OK thanks I will look into that. Open to any other advice or suggestions. -- You received this message because you are subscribed to the Google Groups

Re: [jenkins] Looking for advice in how to setup a project

2015-01-26 Thread Les Mikesell
On Mon, Jan 26, 2015 at 11:44 AM, Don deJuan donjuans...@gmail.com wrote: On 01/25/2015 08:48 AM, Stephen Connolly wrote: Something this complex sounds like a job for the workflow plugin and job type SNIP . OK thanks I will look into that. Open to any other advice or suggestions.

Re: [jenkins] Looking for advice in how to setup a project

2015-01-26 Thread Stephen Connolly
Or your workflow script could parse the log and fork off the bits that are needed on each node that is needed. Workflow is the way of the future for complex jobs like this On Monday, January 26, 2015, Don deJuan donjuans...@gmail.com wrote: On 01/26/2015 11:15 AM, Les Mikesell wrote: On Mon,

[jenkins] Looking for advice in how to setup a project

2015-01-24 Thread Don deJuan
Looking for some advice in setting up a project. The main issue I see is the project I need to build has thousands of directories in which any one of them could be built. I have no control to put everything into individual repos, nor do I really feel like maintaining that many single ones. So how