Dashboard > CruiseControl.NET > ... > Task Blocks > ModificationHistory Publisher
ModificationHistory Publisher Log In View a printable version of the current page.  
CruiseControl.NET documentation for latest CI builds
Added by Ruben Willems , last edited by Ruben Willems on Nov 06, 2007  (view change)

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



Powered by a free Atlassian Confluence Open Source Project / Non-profit License granted to ThoughtWorks, Inc.. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators