I’m using Jenkins in docker.
I have a question about Jenkins UI page. Is there any possibility to disable/block somehow UI page and use only on API calls to execute build etc.? Or even better to redirect API to some port and use that port to communicate with Jenkins. What I’m see know is that Jenkins use the same port (8080) to API and UI.