History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3873
Type: New Feature New Feature
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Bill Graham
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Audit Log - Add toggle to disable audit of scheduler events that do not result in the triggering of a build

Created: 29/Jul/22 08:10 PM   Updated: 07/Jan/23 01:09 PM
Component/s: None
Affects Version/s: 12.0.11
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
We've been working through upgrading all of the Quickbuild instances in our environment and part of the problem we've been running into is having to drastically reduce our audit retention prior to doing the upgrade so that the completes in a reasonable amount of time. Most of the audit data we have is from scheduler requests that check for modifications to an SCM. Most of the time they don't find any and do not trigger a build.

It would be great if we could add a toggle to the administration tab to say we don't care about scheduler requests that do not trigger a build and then not audit them. This would allow us to keep a higher audit retention for useful events and would allow us to keep a quicker upgrade cadence.

Thoughts?

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [29/Jul/22 10:58 PM]
You may consider to set audit acceptance script in system setting as below:

groovy:
audit.action != "Build request was submitted by scheduler."

For audit purpose, excluding all scheduled builds even if it actually runs might be appropriate as this is a consequence of schedule setting change which itself should be already audited.

Bill Graham [01/Aug/22 01:09 PM]
That's great! I didn't even know that was possible. I think this will do the trick. Much appreciated!

Change by Robin Shen [07/Jan/23 01:09 PM]
Field Original Value New Value
Status Open [ 1 ] Closed [ 6 ]
Resolution Won't Fix [ 2 ]