How to change the default port of Jenkins on Linux (CentOS)

Abu Eesa
FusionQA
Published in
Apr 5, 2016

0 Comments/ in Jenkins, Linux / by Farooq

July 18, 2014

If you want to change the default port that Jenkins runs on, run:

vim /etc/sysconfig/jenkins

Find the following line and change the port number you want to use:

JENKINS_PORT="8080"

Tags: Jenkins, number, port

--

--