You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
HI All ,
I need some help while configuring Jenkins Server for CI with Distributed Build . In that i have Jenkins running in Linux Machine (Master) . I have configure Slave-Node(Slave) Machine as a Windows . When i try to connect with Master (http://<Server_IPADDRESS:8080>) using Slave Launcher Connector ( JNLP / Java Web Start or Run from slave command line ). In Slave Launcher, master port Automatically Change to 48449 instead of 8080 but We can also HIT same URL(http://<Server_IPADDRESS:8080>) from client machine's browser and it work (http://<Server_IPADDRESS:8080>). Why it is switching to 48449 instead of 8080?
Assume :Master and Slave machine are at Different Location