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?

jenkins error

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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -