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?
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:
The file name will be:
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:
Please let me know if you need any clarifications.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome! =]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.