How to change the port in Jenkins
After successful installation of Jenkins, If you want to change the port (8080) to another you need to follow the below things
1.If you using the Jenkins.war file to run your Jenkins server follows the command: java -jar Jenkins.war --httpPort=8282.
2. If you using the executable file (windows service) follow the steps: GO to Jenkins installation folder ==>Programmfiles==>jenkins==>Jenkins.xml open in notepad and search with (--httpPort) then replace the port whatever you want.
1.If you using the Jenkins.war file to run your Jenkins server follows the command: java -jar Jenkins.war --httpPort=8282.
2. If you using the executable file (windows service) follow the steps: GO to Jenkins installation folder ==>Programmfiles==>jenkins==>Jenkins.xml open in notepad and search with (--httpPort) then replace the port whatever you want.
0 Response to "How to change the port in Jenkins"
Post a Comment