How can I track when a job was enabled or disabled?

Oliver Schrenk October 13, 2015

Something went wrong in our data pipeline and I tracked the error down to some job execution gone wrong. How can I see (in a log file is good enough) when a job is being disabled/enabled?

 

 

2 answers

0 votes
cbenard1
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 13, 2015

Hi Oliver,

You can also see these events in the atlassian-bamboo.log file located in your Home Directory.

You'll want to look through this log (grep, search how you like) for similar to the following:

2015-10-13 18:08:37,595 INFO [http-bio-8085-exec-4] [AccessLogFilter] admin POST http://<BAMBOO BASE URL>/build/admin/suspendBuild.action?buildKey=XXX-XXX-XXX&returnUrl=%2Fchain%2Fadmin%2Fconfig%2FdefaultStages.action%3FbuildKey%3DXXX-XXX 81409kb
2015-10-13 18:08:37,916 INFO [http-bio-8085-exec-4] [DashboardCacheListener] event: com.atlassian.bamboo.event.BuildConfigurationUpdatedEvent[source=com.atlassian.bamboo.ww2.actions.build.admin.SuspendBuild@416bb290] job=XX-XXX-XXX

Where XXX-XXX is <Project Key>-<Plan Key> with the third XXX being the job name. Please note this is also on latest 5.9.4 so your mileage may vary smile


Thanks!

Turner

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 13, 2015

The latest version of Bamboo, 5.9.4 is what I have, has an Audit Log tab for each build. It captures the changes to the build.

You might have to check the log files for older versions. Not sure if it is there or not.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events