Changing Jenkins Port Number

From Logic Wiki
Jump to: navigation, search


Open the jenkins.xml in the jenkins home folder (usually C:\Program Files (x86)\Jenkins) and change the port number:

httpPort=xxxx 

to

httpPort=yyyy 

then restart the service. it should change the setting permanently.


Or during setup

java -jar jenkins.war --httpsPort=9090