-
Bug
-
Resolution: Not A Defect
-
Major
-
None
I am currently trying use Jenkins to trigger a UI-application to open when Jenkins builds a project. So first I had to disable the Jenkins service from the Services tool to get sufficient rights to start UI-applications. So I have to install jenkins using Java -jar Jenkins.war, but get an error because port 8080 is already in use. I currently have a process already running on localhost:8080 so i need to change the port to 8088.
I changed the port in the pom.xml in jenkins.war and I also changed the port number in the config files that changed the port when I installed jenkins from the exe. So where do I change the port number so the .war does not try to use port 8080?