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,559,602
Community Members
 
Community Events
185
Community Groups

Bamboo Deployment result not in logs

I'm using Splunk to to ingest Bmaboo logs, but have noticed that deployment results aren't logged. Here is an example of what is logged after the event:

2019-05-06 10:12:10,999 INFO [9-BuildTailMessageProcessingThread-expensive:pool-16-thread-2377] [DeploymentExecutionServiceImpl] 53477381-125599956-162468176: Finished processing deployment result Deployment of 'DEV-754' on 'DEV'

Is there a way to get Bamboo to log the results of deployments so I can parse it with Splunk? 

1 answer

1 accepted

2 votes
Answer accepted
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 07, 2019

Hi @Chris Bellar

Thanks for sharing the log message which was very helpful in this case.

According to that message your deployment is running on a remote agent and that is the reason you don't see more log details directly in your server logs. All logs would be there if your deployment was running on a local agent.

 

Where are my deployment logs?

You should be able to find your deployment logs downloaded from the remote agent at:

  • <Bamboo_Home>/xml-data/builds/<DEPLOYMENT_ID>-<ENVIRONMENT_ID>/download-data/build_logs/

The file name will be:

  •  <DEPLOYMENT_ID>-<ENVIRONMENT_ID>-<RESULT_ID>.log

luckily, all the IDs are in the log message you shared as you can see below in bold: 

2019-05-06 10:12:10,999 INFO [9-BuildTailMessageProcessingThread-expensive:pool-16-thread-2377] [DeploymentExecutionServiceImpl] 53477381-125599956-162468176: Finished processing deployment result Deployment of 'DEV-754' on 'DEV'

so this should be the address of your deployment log:

  • <Bamboo_Home>/xml-data/builds/53477381-125599956/download-data/build_logs/53477381-125599956-162468176.log

 

Please let me know if you need any clarifications.

Like Daniel Santos likes this
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 08, 2019

You are welcome! =]

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events