linux - Jenkins slave with specific port -
i have main jenkins server, running on linux vm, listening on foo.com:9090/jenkins.
i need create node, on windows vm, inside same network.
i tried using javawebstart, not configure right. need way specify /jenkins path. foo.com:9090 doesn't work, neither foo.com. , when specify correct address, foo.com:9090/jenkins, jnlp file gives input exception on /jenkins.
i tried ssh, not work on windows either.
is there way specify on /jenkins when configuring host?
go manage jenkins > configure global security , add fixed port jnlp agents.
then configure firewall rule fixed port in master machine can allow connections.
for ubuntu:
sudo ufw allow <fixed_port>/tcp then try launch agent.
Comments
Post a Comment