Links in log output don't work with Fastlane

The example inline_link function in Links & Images in Log Output | Buildkite Documentation
does not work when called from fastlane action.
Only after disabling Fastlaned ANSI colors with the FASTLANE_DISABLE_COLORS env variable the buildkite log makes the link clickable.

At times Fastlane outputs some links, which are also not clickable with or without the Fastlane colors enabled. Jenkins seems to recognise the links both with and without the ANSIColor plugin.

Hi @pahnev!

Interesting! https://buildkite.github.io/terminal-to-html/ is the library we use for ANSI rendering; I’m wondering if a plugin would be the best approach for this :thinking:
I’ll share your comments with our product team to analyze, in the meantime, you can check if crating your own plugin would suit your requirements.

Thanks!