Monday, November 9, 2020

How to change Default port 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

GitHub Actions CICD Pipeline to Create Docker Image and Push Docker Image into Amazon ECR | Integration GitHub Actions with AWS ECR

Please find steps for integrating AWS ECR with GitHub Actions: Pre-requisites: Make sure a Project is setup in GitHub  with Dockerfile Creat...