Possible to force URL in emails?

Our Continua server is accessible via both http://dev-build/ (from inside our building) and https://dev-build.example.com (from either inside or outside). In the emails that Continua sends out, the URL for the build log seesm to sometimes use the internal URL and sometimes use the external URL, and I cannot tell what causes it to choose one or the other.

Is there a way I can force the emails to always use the externally accessible URL?

Hi Stephen

This is something we came across ourselves a few days ago, it will be fixed in the next update. The reason it’s changing is because currently it takes it value from the first request (the server service doesn’t know anything about the web front end, so we have the web tell the service).

I changed this a few days ago, the server will create a server property called Server.HostName which you can override, it will be used for the notification urls.

I’ll post here when we have an updated build available (stilll looking into your git submodule issue).

Hi Vincent,

Any news on that ?

I’ve seen this update in the release log:
Update: Added LinkUrl property to Build object in expandable fields

But I couldnt locate this LinkUrl in any place … can you guide me to find this ?

Hi Diego,

We plan to have a new build out later today which will include the new "Server.HostName" Server Property. 

The $Build.LinkUrl$ expression can be used in expandable field, in an Action for example, and will expand to the web page for the current build.