Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,871
Community Members
 
Community Events
184
Community Groups

Post URL to the Build Summary Screen

Edited

I am looking to have Bamboo execute Selenium tests in a Docker container, which can be accessed via the Build Summary screen of the build.

Is there a way to have variables displayed on the summary screens, or any of the tabs really. This value will change for each build as it is starting up a new docker container on the fly. The URL needs to be visible/retrievable while the build is running. It is useless once the job actually finishes.

Any ideas or suggestions would be most appreciated.

Thanks.

1 answer

1 accepted

0 votes
Answer accepted
Steffen Opel _Utoolity_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Dec 29, 2021

Unfortunately there does not seem to be a built-in user-facing way "to have variables displayed on the summary screens, or any of the tabs".  That leaves two alternatives:

Bamboo build log

Resolved variables are highlighted in the Bamboo build log, so provided you know what you are looking for, don't mind the additional clicks, and are willing to search through the unsorted list of potentially dozens of variables, this might be all you need - granted, the UX for this approach is terrible. 

Custom app

It is possible to build an app to extend the summary screen, but please note that implementing and maintaining Bamboo apps is not for the faint of heart in general. That being said, your particular ask might be fairly straight forward conceptually:

Provided you have implemented a skeleton Bamboo app (see e.g. Getting started), you 'just' need to implement a Web Panel module with an applicable location, e.g. chainresult.summary:

Renders below the 'Write a Comment' box at the bottom of the Plan Result Summary page

You could start from one of the Web Panel example fragments and then extend the code to display the desired URL at runtime.

You can see this in action in Eddie Webb's cool Pipeline Flow for Bamboo app, which seems to leverage both chainresult.summary and chainresult.summary.right to visualize the build pipeline flow and a table with information from related deployment projects, and both seem to be properly refreshed while the build is running:

 

 

Good luck!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events