Reputation: 186
I am getting below error when I try to install Jenkins Slave as a service.
Thanks in advance. I am an admin user on my machine.
Upvotes: 1
Views: 338
Reputation: 454
You are probably executing the script without administrative rights, right? Add the rights and execute
Upvotes: 0
Reputation: 186
Thanks you for the replies.
The issue was with the file permissioning. I use cygwin, and changed the file permissions to 777 and it worked.
Upvotes: 0
Reputation: 359
The reason it happens is because the Jenkins slave tries to make connection with the Master and gets a denial.
What you have to do is basically to enable make sure all these services are running (Both in Master and Slave):
Upvotes: 1