Tuesday, June 2, 2020

How to change Default port 8080 for Jenkins | Change Jenkins Default port 8080 in Ubuntu

Jenkins default port is 8080. Default port can always be changed by modifying configuration file of Jenkins. Let's say you have installed Jenkins in Ubuntu ec2, if you like to change from 8080 to 8090.

Change port no from 8080
Locate the below file in Ubuntu:
sudo vi /etc/default/jenkins


Restart Jenkins after changes
sudo service jenkins restart  
 
Please watch the above steps in YouTube channel:

No comments:

Post a Comment