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
Jenkins
 
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.

SUBSCRIBE TO OUR NEWSLETTER

I’m the Founder of quickdevops.com. I am a Professional Blogger, Application developer, YouTuber. I’ve been blogging since 2015.I spend a lot of time learning new techniques and actively help other people learn web development through a variety of help groups and writing web development tutorials for my website and blog about advancements in web design and development.Besides programming I love spending time with friends and family and can often be found together going out catching the latest movie or planning a trip to someplace I've never been before.

0 Response to "How to change the port in Jenkins"

Post a Comment