-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
0
-
Issue
Since a better way of integrating Bitbucket Server with Bamboo was implemented (reference: Bamboo 5.6 Release Notes - Stash tells Bamboo when to build, it is difficult to find out which SHA1 commit the POST event received by Bamboo is referred to:
2018-09-20 09:55:21,823 INFO [http-nio-8085-exec-22] [AccessLogFilter] 0:0:0:0:0:0:0:1 POST http://localhost:8085/rest/remote-event-consumer/latest/events/stash-branch-changed-remote-event 598086kb 2018-09-20 09:55:21,825 INFO [AtlassianEvent::0-BAM::EVENTS:pool-1-thread-8] [BranchChangedEventListener] Received stash ref changed event [ repository, master]
Suggestion
When Bamboo receives a POST event rest/remote-event-consumer/latest/events/stash-branch-changed-remote-event or any other repository event, it would be interesting having the SHA1 commit displayed in logs, making it easier correlate events and commits.