I'm trying to set up a Master Slave system with Jenkins. I created a new node on Jenkins and set it up. However, when I try to start the Slave Agent on the slave computer, it always throws an error, regardless of the method I use (web start or command line):
java.io.IOException: Failed to connect to (myurl):(port)
(myurl) and (port) are placeholders.
...
Caused by: java.net.ConnectException: Connection refused
There is no firewall running, the port is open, and the master is indeed functioning properly. Any help will be greatly appreciated!
Thank you!