Re: Help with Slaves: How to configure

2018-03-23 Thread 'Burrows, John' via Jenkins Users
Ana, You need to ensure that the credentials you are choosing in the server configuration page are valid. It looks like you are not using a valid User ID and Password that allows the connection via SSH. John On Mar 23, 2018, at 3:54 AM, Ana MB mailto:amar...@bufetedemarketing.com>> wrote: Hi

Re: Help with Slaves: How to configure

2018-03-23 Thread Ana MB
Hi! I did it and now, there's a new error: And 3 minutes later the error is:

Re: Help with Slaves: How to configure

2018-03-22 Thread Ana MB
rs and close to 100 Jenkins > Agents. > > > > Thanks, > > John > > > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Mark Waite > *Sent:* Thursday, March 22, 2018 11:15 AM > *To:* jenkins..

RE: Help with Slaves: How to configure

2018-03-22 Thread 'Burrows, John' via Jenkins Users
and close to 100 Jenkins Agents. Thanks, John From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Waite Sent: Thursday, March 22, 2018 11:15 AM To: jenkinsci-users@googlegroups.com Subject: Re: Help with Slaves: How to configure The picture says

RE: Help with Slaves: How to configure

2018-03-22 Thread 'Burrows, John' via Jenkins Users
Behalf Of Ana MB Sent: Thursday, March 22, 2018 11:07 AM To: Jenkins Users Subject: Re: Help with Slaves: How to configure This is what I've done and I tried writing: $ java -jar agent.jar -jnlpUrl http://yourserver:port/computer/agent-name/slave-agent.jnlp But it's still showing: [h

Re: Help with Slaves: How to configure

2018-03-22 Thread Mark Waite
The picture says "unable to access agent.jar". I think that means you need to download the agent.jar file into the directory where you are running the command which launches that agent. I continue to believe that you may be making a more fundamental mistake than the command line arguments. If yo

Re: Help with Slaves: How to configure

2018-03-22 Thread Ana MB
This is what I've done and I tried writing: $ java -jar agent.jar -jnlpUrl http://yourserver:port/computer/agent-name/slave-agent.jnlp But it's still showing: And I don

Re: Help with Slaves: How to configure

2018-03-22 Thread Mark Waite
On Thu, Mar 22, 2018 at 6:57 AM Ana MB wrote: > I'm pretty new in this field, so I don't know what I'm doing clearly. > I read about it but I don't know how to do it works. > > What argument is needed for -jnlpURL? > > the JNLP URL of the Jenkins master . Please read the wiki page https://w

Re: Help with Slaves: How to configure

2018-03-22 Thread Ana MB
I'm pretty new in this field, so I don't know what I'm doing clearly. I read about it but I don't know how to do it works. What argument is needed for -jnlpURL? Thanks so much!!! El jueves, 22 de marzo de 2018, 13:48:22 (UTC+1), Mark Waite escribió: > > It appears that you're launching a

Re: Help with Slaves: How to configure

2018-03-22 Thread Mark Waite
It appears that you're launching a JNLP based agent from the master without providing the JNLP URL of the Jenkins master. The -jnlpURL argument needs a value. It also appears that you're using an outdated name for the jar file. I believe it is now called "agent.jar" instead of "slave.jar". I'm

Help with Slaves: How to configure

2018-03-22 Thread Ana MB
Hi guys! I'm fighting to configure slaves in my Jenkins, but I am not able to do it One of my proofs is the following, but I can't make it work. Tell me what I'm doing wrong please... I'm turning crazy... Thanks so much for your help...