Automatic Temporary Branches Clean-up

Using the dashboard it is possible to configure your account to automatically delete all reports which come from a particular branch after it has not been scanned for a given period of time.

You can enable/ disable this feature using the "Automatic temporary branches cleanup" toggle button.

You can adjust the behaviour of the cleanup procedure using the following variables.

Protected Branches Regex

If a project branch is being considered for deletion and the branch name matches this regex it will not be deleted.

Temporary Branches Regex

If a project branch is being considered for deletion and the branch name matches this regex it will be deleted if the branch name does not also match the protected branch regex.

Temporary Branches Lifetime In Days

If the last report of a project branch was made N or more days ago it will be considered for deletion, where N is the temporary branches lifetime in days.

Last updated