Skip to content

Releases: jenkinsci/groovy-postbuild-plugin

228.vcdb_cf7265066

16 Dec 22:01
cdbcf72
Compare
Choose a tag to compare

👷 Changes for plugin developers

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

  • Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.2 to 1.7 (#63) @dependabot
  • Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.76 (#57) @dependabot
  • Bump badge from 1.5 to 1.9.1 (#51) @dependabot

2.5

16 Dec 19:29
Compare
Choose a tag to compare
2.5

Version 2.5 (Jun 24, 2019)

  • Requires Jenkins 2.121.1 or later.

  • New feature: addHtmlBadge is available JENKINS-57917

    manager.addHtmlBadge('<i>Italic text</i>');
    
  • groovy-postbuild no longer requires Overall/Administer permission: JENKINS-54262 - It caused problems when used with Authorize Project plugin

  • Suppress "WARNING: Avoid calling getLogFile on ..." when used in pipeline jobs.

2.4.3

16 Dec 19:28
Compare
Choose a tag to compare

Version 2.4.3 (Nov 18, 2018)

  • FIX: removeSummary / removeSummaries doesn't work (throw UnsupportedOperationException) (JENKINS-54184)

2.4.2

16 Dec 19:28
Compare
Choose a tag to compare

Version 2.4.2 (Aug 8, 2018)

  • FIX: removeBadge / removeBadges doesn't work (throw UnsupportedOperationException) (JENKINS-52043)

2.4.1

16 Dec 19:27
Compare
Choose a tag to compare

Version 2.4.1 (May 4, 2018)

  • Have Build Monitor Plugin not cause errors. (JENKINS-50420)
    • Introduced fake GroovyPostbuildAction.
    • The feature of build-monitor to cooperate with groovy-postbuild doesn't work yet. It requires an upcoming release of build-monitor plugin to have it work again.

2.4

16 Dec 19:26
Compare
Choose a tag to compare
2.4

Version 2.4 (Mar 25, 2018)

  • Requires Jenkins 2.60.3 or later
  • Extract badge and summary features to Badge plugin
    (JENKINS-43992).
    • You can use badge and summary features in pipeline only with badge-plugin. See Badge Plugin for more details.
  • Sanitize HTML in the badges.
    • You no longer be able to use HTML expressions in badge contents.
  • Don't upgrade to this version if you use Build Monitor Plugin.
    • Groovy-postbuild-2.4 breaks build-moitor-1.12 or earlier. Sorry.
    • Please postpone upgrading groovy-postbuild till fixing this issue:
      JENKINS-50420
  • Some classes are migrated to badge-plugin. Please change classes in
    your codes if you access those classes:

    Old Class New Class
    org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildAction com.jenkinsci.plugins.badge.action.BadgeAction
    org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildSummaryAction com.jenkinsci.plugins.badge.action.BadgeSummaryAction