Jobs URL pointing to slave instead of Jenkins master. Is there a way to fix it?
The jobs are listed correctly in the interface but when I click on a job link, I'm redirected to the slave URL instead.
Expected URL destination: http://master-server/jenkins/job/myjob/56 (using nginx reverse proxy)
I got instead: http://myslave-server:8080/job/myjob/56 which doesn't exist (error 404)
Thanks.