Skip to content

2.5

Compare
Choose a tag to compare
@MarkEWaite MarkEWaite released this 16 Dec 19:29
· 44 commits to master since this release

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.