Modification History Publisher

This publisher logs all modifications for each build in a file.

These modifications can be viewed in the Dashboard with the modification_History_Project_Plugin plugin enabled.

Version

Available from version 1.3

Examples

Minimalist example

1<modificationHistory />

Full example

1<modificationHistory onlyLogWhenChangesFound="true" />

Configuration Elements

Element Description Type Required Default Version
description Description used for the visualisation of the buildstage, if left empty the process name will be shown. String No The task/publisher name. 1.5
dynamicValues The dynamic values to use for the task. Dynamic Values array No None 1.5
environment A set of environment variables set for commands that are executed.
Each variable should be specified as
1<variable name="name" value="value" />

.
Environment Variable array No
onlyLogWhenChangesFound When true, the history file will only be updated when the build contains modifications. This setting is mainly for keeping the file small when there are a lot builds without modifications. For example: like CCNet, there is a public website where everybody can force a build. Boolean No false 1.3

Automatically Generated

Documentation generated on Monday, 26 May 2014 at 7:18:00 AM