-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for new features: 'Keep Forever Condition' and 'Action of Unkeep Forever, Then Delete After N Days' #90
Comments
|
Second looks like the opposite for the first one |
It seems that there was a bit confusion in my previous comment. Let me clarify that we try to find a way to deal with runs that marked as |
Builds marked as Keep forever cannot be deleted. You need to first uncheck this flag and then delete |
Right. We want to add a new feature called |
Then I would probably add new flag like 'forceDelete' to https://github.com/jenkinsci/build-history-manager-plugin/blob/master/src/main/java/pl/damianszczepanik/jenkins/buildhistorymanager/model/actions/DeleteBuildAction.java instead of creating separate action. When the flag is selected then build toogle keep flag before deletion is invoked |
What feature do you want to see added?
Feature Request
We propose adding the
Keep Forever Condition
andAction of Unkeep Forever (or Ignore Keep Forever)
options to the plugin's functionality.Functionality
This new feature would allow users to:
Keep Forever
condition to certain buildsUnkeep Forever or Ignore Keep Forever
after a specified number of days, then delete builds after a set period (N days)Question to the Maintainer:
Thank you!!!
Upstream changes
n/a
The text was updated successfully, but these errors were encountered: