Could not connect to slave machine from master.

2014-06-22 Thread SUBHADIP SINHA
I have both master and slave in windows 7 OS.Jenkins master is launching in 8080 port.When i have configured node to connect from slave its giving node is offline . Suspecting some mistake in node configuration ,can anyone help me regards, SUBHADIP -- You received this message because you

Failed to connect to repository : Could not init

2014-06-22 Thread Sathish Kumar
Hi All, could you please tell me how to rectify this issue.. *Failed to connect to repository : Could not init* Thanks, Sathish -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it,

Re: Does Jenkins not support complex build workflows?

2014-06-22 Thread Mark Waite
I'm not working at large scale, but there have been several presentations about large scale Jenkins which might offer ideas. http://www.slideshare.net/kohsuke/large-scale-automation-with-jenkins or https://www.youtube.com/watch?v=8GAAL7T_ozM http://www.confreaks.com/videos/1213-jucsf2012-how-jenk

Re: Does Jenkins not support complex build workflows?

2014-06-22 Thread johnjay76fed
On Sunday, June 22, 2014 4:05:40 PM UTC-7, Stephen Connolly wrote: > > It is a work in progress: > https://groups.google.com/forum/m/#!topic/jenkinsci-dev/qrG7bAnZSHQ > > Both that plugin and my literate multi-branch stuff are probably big game > changers in how Jenkins will evolve. I suspect th

Re: Does Jenkins not support complex build workflows?

2014-06-22 Thread johnjay76fed
On Sunday, June 22, 2014 3:58:24 PM UTC-7, Mark Waite wrote: > > > In the "*Configuration Matrix*" section of the job definition, click "*Add > Axis*" and "*Elastic Axis*". I use the axis name "*label*" and then > assign the value "*windows, linux*". > > I've already applied the labels "windows

Re: Does Jenkins not support complex build workflows?

2014-06-22 Thread Stephen Connolly
It is a work in progress: https://groups.google.com/forum/m/#!topic/jenkinsci-dev/qrG7bAnZSHQ Both that plugin and my literate multi-branch stuff are probably big game changers in how Jenkins will evolve. I suspect the workflow thing could be much bigger at the risk of being more complex It's

Re: Does Jenkins not support complex build workflows?

2014-06-22 Thread Mark Waite
On Sun, Jun 22, 2014 at 2:31 PM, wrote: > Thank you for the reply, Mark. > > We will look into the Elastic Axis plugin for Stage 1. I'm still not sure > if there's a fundamental gap in my understanding of Jenkins, so I'd > appreciate it if you'd go over some of the details with me: > >1. Inst

Re: Does Jenkins not support complex build workflows?

2014-06-22 Thread johnjay76fed
Hello Stephen, thank you for the reply. Would you mind giving the name of this new workflow plugin so that we can take it for a test drive? On Sunday, June 22, 2014 1:32:40 PM UTC-7, Stephen Connolly wrote: > > Sounds like the new workflow plugin will suit your needs a lot better, but > for now

Re: Does Jenkins not support complex build workflows?

2014-06-22 Thread Stephen Connolly
Sounds like the new workflow plugin will suit your needs a lot better, but for now you will probably want to use the matrix project type On 22 June 2014 10:30, wrote: > Good evening everyone, > > I've heard great things about Jenkins over the years, and finally decided > to give it a serious te

Re: Does Jenkins not support complex build workflows?

2014-06-22 Thread johnjay76fed
Thank you for the reply, Mark. We will look into the Elastic Axis plugin for Stage 1. I'm still not sure if there's a fundamental gap in my understanding of Jenkins, so I'd appreciate it if you'd go over some of the details with me: 1. Install *Elastic Axis* plugin. 2. Select *New Item* f

Re: Maximum simultaneously building the slaves

2014-06-22 Thread swastika basu
In similar way you have to specify Label/Name of the other slave in the other job's configuration(whichever you want to run simultaneously). If you add more slaves for job execution, you can set labels for each slave and specify those in your job configs. On Sunday, 22 June 2014 14:02:12 UTC+5

Re: Does Jenkins not support complex build workflows?

2014-06-22 Thread Mark Waite
I execute the same job on many nodes using a multi-configuration job and the elastic axis plugin. The elastic axis plugin allows me to define an axis and then it will select all nodes which match that axis. You might try that for phase 1 of your job definition. Based on your description of stage

Does Jenkins not support complex build workflows?

2014-06-22 Thread johnjay76fed
Good evening everyone, I've heard great things about Jenkins over the years, and finally decided to give it a serious test drive at work recently. My experiences have been massively underwhelming thus far, and I'm hoping this is because of a critical knowledge gap on my part regarding Jenkins'