jenkinsci / jenkinsci/support-core-plugin

[JENKINS-51426] make autobundle generation period configurable from UI

Open
#796 8 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

Our system had the bug JENKINS-49745">JENKINS-49745 which creates an obscene amount of Log entries by default in Jenkins.

The sheer number of log entries were negatively impacting the system (large amounts of memory and disk io were being used).

The support core plugin ended up actually making the system unusable when it built its support bundles (zip files) every half hour, eventually killing the system altogether.

I would propose two things:


  1. Add a configuration option to turn off the automatic building of support bundles.

  2. Have support core be smart enough to not try building bundles when the system is under pressure (and put up a banner on $JENKINS_URL/manage to showing bundles were skipped)

---
Originally reported by docwhat, imported from: make autobundle generation period configurable from UI


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

Raw content of original issue

Our system had the bug JENKINS-49745 which creates an obscene amount of Log entries by default in Jenkins.

The sheer number of log entries were negatively impacting the system (large amounts of memory and disk io were being used).

The support core plugin ended up actually making the system unusable when it built its support bundles (zip files) every half hour, eventually killing the system altogether.

I would propose two things:


  1. Add a configuration option to turn off the automatic building of support bundles.

  2. Have support core be smart enough to not try building bundles when the system is under pressure (and put up a banner on $JENKINS_URL/manage to showing bundles were skipped)


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.