Hello, it seems that this is unable to bypass the default BMP (8080) port when creating a server.
If I have Jenkins running on 8080 and tell
Start Local Server path=${BMPATH} options=${serverport}
where ${serverport} is a dictionary with key=value pair - 'port'=5454 (5454 is free on the machine) it fails to launch the server at that specific port and always launches on 8080. If I shut down Jenkins, it will start the server/proxy/browser. WIth Jenkins running (or anything on 8080), I won't start the server. Can't bypass the default port. Error says:
Could not read Browsermob-Proxy json Another server running on this port?
Please suggest any fix
Hello, it seems that this is unable to bypass the default BMP (8080) port when creating a server.
If I have Jenkins running on 8080 and tell
Start Local Server path=${BMPATH} options=${serverport}where ${serverport} is a dictionary with key=value pair - 'port'=5454 (5454 is free on the machine) it fails to launch the server at that specific port and always launches on 8080. If I shut down Jenkins, it will start the server/proxy/browser. WIth Jenkins running (or anything on 8080), I won't start the server. Can't bypass the default port. Error says:
Could not read Browsermob-Proxy json Another server running on this port?Please suggest any fix