RE: Adding Windows slaves to Jenkins

2014-11-20 Thread Brosh, Yossi
sci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Patricia Mendez Lorenzo Sent: Thursday 20 November 2014 11:38 To: jenkinsci-users@googlegroups.com Subject: Re: Adding Windows slaves to Jenkins Hi Yossi, I've already followed all instructions included in the link you sen

Re: Adding Windows slaves to Jenkins

2014-11-20 Thread Patricia Mendez Lorenzo
Hi Yossi, I've already followed all instructions included in the link you sent me and they do not work. The problem has appeared after the following actions: 1. We've installed a SSO front-end for login purposes into the master 2. We've passed to a https protocol for the master 3. We've intalle

RE: Adding Windows slaves to Jenkins

2014-11-19 Thread Brosh, Yossi
Hi Patricia, First step: read: Unable to start Jenkins Service in Windows 7 Slave machine https://issues.jenkins-ci.org/browse/JENKINS-12820 BR Yossi From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Be

Re: Adding Windows slaves to Jenkins

2014-11-19 Thread Patricia Mendez Lorenzo
Hello Richard, could you please tell me how this file should look like or direct me to an example so I can compare it withthe one I have? Thanks a lot Cheers, Patricia El martes, 18 de noviembre de 2014 21:28:34 UTC+1, Richard Bywater escribió: > > Might be worth manually going to that URL t

Re: Adding Windows slaves to Jenkins

2014-11-18 Thread Richard Bywater
Might be worth manually going to that URL that is getting the IOException to see what is being returned as it sounds like its a HTML Page of some sort. Richard. On Wed, Nov 19, 2014 at 5:03 AM, Patricia Mendez Lorenzo < patriciamendezlore...@gmail.com> wrote: > > Thanks so much Terry for your he

Re: Adding Windows slaves to Jenkins

2014-11-18 Thread Patricia Mendez Lorenzo
Thanks so much Terry for your help, indeed I realized that in the command line: java -jar slave.jar -jnlpUrl https://:443/computer//slave-agent.jnlp -secret the string was missing the domain, so I changed this information in: Jenkins-> Configuration->Jenkins URL and I added the domain na

Re: Adding Windows slaves to Jenkins

2014-11-18 Thread Patricia Mendez Lorenzo
Thanks so much Terry for your help, indeed I realized that in the command line: java -jar slave.jar -jnlpUrl https://:443/computer//slave-agent.jnlp -secret the string was missing the domain, so I changed this information in: Jenkins-> Configuration->Jenkins URL and I added the domain na

RE: Adding Windows slaves to Jenkins

2014-11-18 Thread Dunnigan, Terrence J
Hi Patricia, Does this help? https://issues.jenkins-ci.org/browse/JENKINS-12629 There’s a few suggestions on that page, including using the –noCertificateCheck option. Terry From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Patricia Mendez Lorenzo