-
Improvement
-
Resolution: Duplicate
-
Major
-
None
Using GitHub Organization Folder, if I disable the option "Discard old items" or Enable it to keep old items for 1000 days, jobs associated to removed repositories/branches/pr are never discarded.
Discussed solutions would be to either:
- Add the option to Delete items regardless of the Discard Policy
- Adapt/re-think the Orphaned Item Strategy
- Provide another Strategy
- duplicates
-
JENKINS-35143 Delete Pipeline Multibranch sub projects
-
- Closed
-
- is related to
-
JENKINS-33819 Inability to control orphaned item strategy on multibranch children of an organization folder
-
- Resolved
-
[JENKINS-35251] Provide different strategies for repositories and branches / pull request
Description |
Original:
Using GitHub Organization Folder, if I disable the option "Discard old items" or Enable it to keep old items for 1000 days, jobs associated to removed repositories/branchs/pr are never discarded. Discussed solutions would be to either: * Adapt/re-think the Orphaned Item Strategy * Add the option to Delete items * Provide another Strategy |
New:
Using GitHub Organization Folder, if I disable the option "Discard old items" or Enable it to keep old items for 1000 days, jobs associated to removed repositories/branches/pr are never discarded. Discussed solutions would be to either: * Add the option to Delete items regardless of the Discard Policy * Adapt/re-think the Orphaned Item Strategy * Provide another Strategy |
Assignee | Original: Kohsuke Kawaguchi [ kohsuke ] | New: Jesse Glick [ jglick ] |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue duplicates |
Resolution | Original: Not A Defect [ 7 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Link |
New:
This issue is related to |
As designed. Children of computed folders are intentionally read-only. If you want them to go away after some time, you use an orphaned item strategy. If you want them to go away immediately, delete the repository (or at least its Jenkinsfile on all open branches).