Skip to content

[Draft] Update Buildgrid Browser Url format to reflect bgd-browser

Sakeeb Sabakka requested to merge msabakka/browser-url into master

Description

Currently the browser url printed by BuildGrid includes the instance name. However, the url scheme used by bgd-broswer do not use instance name and hence, the url returned by buildgrid in the logs are not correct. This MR fixes that.

Changes proposed in this merge request:

  • Update the bgd-browser format URL printout out by buildgrid to reflect what is being used in bgd-browser.

Validation

Execute an action in BuildGrid. Bgd-Browser should navigate to that url.

Merge request reports