*Why* To generate the link that points to a detail of the build (see screenshot), we need to have the OpenShift master URL provided by backend.
*How* As [~jhellar] mentioned [here|https://github.com/aerogear/mobile-developer-console/pull/64#issuecomment-425051243], there are 2 possible ways how to do this: 1. Create dedicated endpoint that returns OpenShift Master URL (currently targeted OpenShift instance) 2. Include Master URL in the content where it's needed (afaik, currently we need to have it only for builds: {{/api/builds}}) |
|