Support hyperlinks in console output
long-term
N
Nickel Reindeer
Pipelines sometimes get data from external sources which have urls. In the console output of pipelines, plain urls will render as a hyperlink because that is core browser behavior since netscape. We have tried links with html, markdown, and mrkdwn (which is what Slack messages use), and these just display the raw syntax. Urls still get hyperlinked by the browser, but In the case of the html and Slack syntax, the browser incorrectly interprets some of the link text as part of the url. (See attached image)
What would be ideal is for one or more of these link syntaxes be detected and converted to clickable links by the Harness' console viewer.
Log In
Rohan Gupta
long-term
S
Sole Chimpanzee
We have been considering using a URL shortening service for the purpose of displaying concise links in the Harness console output. This would be preferable. Any type of markdown support would be a very nice addition.