Failure email configuration

When the CI build fails we get an email about it with all kinds of information.  The one part I can’t find how to change though is the URL that the email links to for reviewing the failure.  It shows:

http://localhost/GibbsCAM_CI/ci/builds/view/155

I need to change the localhost part, but I’m not sure where that is.  Is it part of the CI server or part of IIS?

Thanks,

Hi Jeremy,

There is a server property named Server.HostUrl (under Administration -> Continua Server -> Properties). Change this to the external URL for your server.

Perfect! Thanks