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,557,532
Community Members
 
Community Events
184
Community Groups

How to access job artifacts (regular / shared ) in a new tab in the Bamboo job page.

Edited

Hi,

If someone could please help, a thanks in advance. :)

I wanted to display an HTML report into a new tab on Bamboo Job Link (Default job). I have implemented the new tab using xwork and web-item in atlassian-xml. The class "XYZ" defined in action tab is extended from "PlanResultsAction". I am using a free-marker template which would display the artifact HTML report.

I was going through a similar question in link
"https://community.atlassian.com/t5/Answers-Developer-Questions/What-is-the-proper-way-to-access-a-build-artifact-from-within-a/qaq-p/558533"

Question 1:

How can I initialize BuildContextImpl and BuildContextHelper in class "XYZ" to get the Build Working Directory and hence the artifacts?

My task runs on the agent, it would then publish artifacts generated on the agent using the below, 

 

"artifactManager.publish(taskContext.getBuildLogger(), taskContext.getBuildContext().getPlanResultKey(),
143 fileWorkingDir, artifact, new Hashtable<String, String>(), 1);"

Question 2:

Does the shared artifact get copied on the server?

I have created an artifact definition too, so I can see 2 artifacts (image)

Artifacts.png

Question 3:

 

I am always publishing an artifact (using publish API). Is my assumption correct that it always gets copied on the server from an agent?

What is the right way to display the content of the artifact in the new tab?

 

1 answer

I did a bit of investigation. Now I am extending my class from "ViewBuildResults" instead of "PlanResultsAction". 

I now use the function "getSharedArtifactPath" and "getArtifactPath" to get the artifacts. But now I am getting the below error

ERROR [http-nio-6990-exec-1] [BambooStrutsUnknownHandler] There is no Action mapped for namespace [/] and action name [XYZ] associated with context path [/bamboo].

Hi Kshitij,

 

Where you successful in implementing your feature and resolving the above issue?

Yup. I did it successfully. It was some simple change in code I think.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events