This publisher logs all modifications for each build in a file.
These modifications can be viewed in the Dashboard with the modificationHistoryProjectPlugin plugin enabled.
Minimal Configuration:
<publishers>
<modificationHistory />
</publishers>
This is available from build 1.3.0.2981 onwards
Full Configuration
<publishers>
<modificationHistory onlyLogWhenChangesFound="true" />
</publishers>
| Node |
Description |
Type |
Required |
Default |
| 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 |
bool |
false |
false |