-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jenkins slave service not using configured JENKINS_MASTER #34
Comments
I think |
Thanks for the response. Changing ${JENKINS_HOME} to ${HOME} in Starting at Thu Feb 20 14:45:37 EST 2014 Getting slave.jar from http://****/jenkins 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- Could this have happened because it couldn't reach the jenkins server On Thu, Feb 20, 2014 at 12:50 PM, Randall Wood notifications@github.comwrote:
|
You will need to configure the node in Jenkins prior to configuring these scripts. |
I can confirm that changing
to
does the job. Thanks @rhwood 👍 |
I ran through the install script, specifying the URL to my Jenkins master (which is NOT http://jenkins). However, when I try to run the service, the log shows that it is trying to connect to the default jenkins url:
Starting at Wed Feb 19 16:24:42 EST 2014
Getting slave.jar from http://jenkins
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: jenkins
The text was updated successfully, but these errors were encountered: