SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[jenkins] How to change port for jenkins window service when 8080 is being used
Home
Question
How to change port for jenkins window service when 8080 is being used
Go to the directory where you installed Jenkins (by default, it's under Program Files/Jenkins)
Open the
Jenkins.xml
configuration file
Search
--httpPort=8080
and replace the
8080
with the new port number that you wish
Restart Jenkins for changes to take effect
Examples related to
jenkins
•
Maven dependencies are failing with a 501 error
•
Jenkins pipeline how to change to another folder
•
Docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock
•
groovy.lang.MissingPropertyException: No such property: jenkins for class: groovy.lang.Binding
•
How to solve npm install throwing fsevents warning on non-MAC OS?
•
Run bash command on jenkins pipeline
•
Try-catch block in Jenkins pipeline script
•
How to print a Groovy variable in Jenkins?
•
Jenkins pipeline if else not working
•
Error "The input device is not a TTY"