The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to make links in the build logs 'active' in the bamboo 'Build Log' page?

Ben Kunkel
Contributor
February 16, 2012

We often embed links to documentation in our error output and these links eventually wind up in our build logs. I'd like users to be able to click on these links directly from the build log in Bamboo rather than having to copy & past into the address bar.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 16, 2012

You can't do it without a plugin or modification of Bamboo sources. Modification of source would be very easy:

  1. change com.atlassian.bamboo.build.SimpleLogEntry#getLog to "return log;"
  2. if your logs are longer than 1000 lines, you have to up the limit in com.atlassian.bamboo.build.ViewBuildLogs.java.

Security notice:

Allowing HTML in log output can lead to XSS attacks against your instance, so do it only if you have an internal instance or al willing to play with com.atlassian.bamboo.util.BambooStringUtils#encodeHtmlWithTagWhiteList to escape the output (the method wasn't meant for processing large amounts of data, so you'd need to make sure it's run only when really needed.)

TAGS
AUG Leaders

Atlassian Community Events