jenkinsci / jenkinsci/support-core-plugin

[JENKINS-61641] Create a support bundle with custom components through automation

Open
#855 5 comments 0 reactions 0 assignees View on GitHub
component:support-core-plugin imported-jira-issue priority:minor resolution:unresolved
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


  • status: Open
  • priority: Minor
  • component(s): support-core-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 0
  • imported: 20251212-090250

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.