2.4
MarkEWaite
released this
16 Dec 19:26
·
88 commits
to master
since this release
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