Collapsing Console Sections

This plugin is up for adoption! We are looking for new maintainers. Visit our Adopt a Plugin initiative for more information.
Installation options

🚀 New features and improvements

  • The UI has been modernized (#35 by @hashar) to match Jenkins core and catch up with nowadays browsers capabilities:
    • The side-bar panel has been replaced by a pane issued by Jenkins (<l:pane>)
    • In the console, the collapsible sections now use the <details> HTML element which has been available in all modern browsers since early 2020. The style is made to match modern Jenkins.
    • The panel is made to always be in the last position, this was made to avoid masking the Timestamper side panel which would not be visible when added after a long series of sections.
    • The panel is now using CSS to stick to the top (position:sticky). Note: with the Timestamper plugin, the two panels would have overlapping text. Jenkins 2.463/2.479.1 addresses that by making the panel background solid which would mask the panel beneath.

👻 Maintenance

✍ Other changes


Installation options

👻 Maintenance

✍ Other changes

📦 Dependency updates

  • Bump org.jenkins-ci.plugins:jquery from 1.11.2-1 to 1.12.4-1 (#30) @dependabot

What's Changed

  • [INFRA-1310] Update Jquery plugin dependency by @hashar in #25
  • [JENKINS-70906] Remove PrototypeJS Ajax.Updater by @hashar in #26
  • Example of wildcard references for section title by @mikepsinn in #22
  • Update parent pom by @hashar in #27

New Contributors

Full Changelog: https://github.com/jenkinsci/collapsing-console-sections-plugin/compare/collapsing-console-sections-1.8.0...collapsing-console-sections-1.9.0


Installation options

🚀 New features and improvements

  • Reduce the priority of the Collapsing Console Sections annotator so that it runs after other annotators and takes data injected by them into account (#18) @hashar

📦 Dependency updates

  • Update the Jenkins core requirement to 2.150.3, use the latest Plugin POM (#16) @hashar

📝 Documentation updates

👻 Maintenance


Installation options
Installation options
Installation options
Installation options
Installation options
Installation options