Skip to content
crashingdaily edited this page Apr 9, 2012 · 1 revision

The Show Build Notes plugin for Jenkins displays the contents of a file on the build summary page.

Configuration

Build Configuration page

The configuration options include,

  1. Source file : The name of the file relative to the workspace root. The contents of the file will be used to as the notes on the build summary page. The file can contain plain text or HTML.
  2. Notes title : An optional title to use for the notes on the build summary page.
  3. Format as plain text : Check this if you want to display the notes without rendering HTML markup.

In this example shown, the notes.html is created as part of the Build.

Build Summary page

After running a build, the notes should appear on the build summary page.

Build Summary page

Changelog

Version 1.0 (7 April 2012)

Initial release

Clone this wiki locally