jenkinsci / jenkinsci/support-core-plugin
[JENKINS-61641] Create a support bundle with custom components through automation
- Dominant language
- Java
- Stars
- 19
- Forks
- 77
- Avg merge
- 17h 53m
- Merged PRs (30d)
- 3
Description
There is a number of default components (isSelectedByDefault==true) but I find myself in a situation where I want only selected components to be included.
The problem when requesting a support bundle through automation is you need to unselect (exclude) explicitly all these components then include the one you need.
I propose 2 changes:
- Export available components list through API so one can list available components and IDs
- Add a separate entrypoint (separate from doGenerateAllBundles) that only include specified components and not the default ones.
---
Originally reported by
vlatombe, imported from: Create a support bundle with custom components through automation
Raw content of original issue
There is a number of default components (isSelectedByDefault==true) but I find myself in a situation where I want only selected components to be included.
The problem when requesting a support bundle through automation is you need to unselect (exclude) explicitly all these components then include the one you need.
I propose 2 changes:
- Export available components list through API so one can list available components and IDs
- Add a separate entrypoint (separate from doGenerateAllBundles) that only include specified components and not the default ones.
Contributor guide
Assessment
This issue has not been assessed yet.