I get this error message

Failing to obtain 
http://my.jenkins.com/jenkins/computer/my-computer/slave-agent.jnlp?encrypt=true
java.io.IOException: 
http://my.jenkins.com/jenkins/computer/my-computer/slave-agent.jnlp?encrypt=true
 
doesn't look like a JNLP file; content type was text/HTML; 
charset=iso-8859-1
  at hudson.rempting.Launcher.parseJnlpArguments(Launcher.java:292)

I used the command found on the jenkins page for my slave after tweaking it 
[1] because I downloaded slave.jar to a particular directory
[2] because my slave needs to use FQDN to refer to the jenkins master

So my command was 

java -jar /some/directory/slave.jar -jnlpUrl 
http://my.jenkins.com/jenkins/computer/my-computer/slave-agent-jnlp -secret 
thesecretfoundonthepageformyslave

The slave is a Mac. The master is a linux box running Jenkins ver. 1.523

What should I do differently? 

-- 
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, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to