Monday 13 October 2014

Jenkins Different Port




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