90382/how-to-configure-jenkins-to-run-on-port-80
Hi Guys,
I am new to Jenkins. I want to change the default port no. in Jenkins from 8080 to 80. How can I do that?
Hi@akhtar,
You can change the port no from the Jenkins file. Follow the below-given steps.
Go to /etc/default folder --> Open the file "Jenkins".
Modify the line HTTP_PORT=8080 as HTTP_PORT=80.
Start Jenkins as root by using the command: sudo /etc/init.d/jenkins start.
Open a browser and browse as localhost:80.
This is simple, use the following command: java ...READ MORE
use multijob plugin READ MORE
You have to open the /var/log/jenkins/jenkins.log file to ...READ MORE
You can build this project in Jenkins ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi, You can add your Mac system as ...READ MORE
To automatically run build on code commit, follow ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.