Jenkins return wrong port in jpnl file and in the job search

Viewed 6

I migrated old Jenkins 1.651.3 running on an embedded Winstone server on port 8080.
To LTS Jenkins 2.346.3 and I run it next to old Jenkins in Tomcat 9 on the port 8082.

But the new Jenkins "doesn't know correctly its port."

When I download .jnpl file for connecting Windows agent it contains the wrong port 8080 instead of 8082.

When I use a search textbox on new Jenkins homepage. I will get links to jobs to the old jenkins (link contains port 8080 instead of 8082)

I cannot figure out how to tell Jenkins it's port?

0 Answers
Related