How to start jenkins on different port rather than 8080 using command prompt in Windows?
Use the following command at command prompt: java -jar jenkins.war –httpPort=9090 If you want to use https use the following command: java -jar jenkins.war –httpsPort=9090 Details are here