Dashboard > CruiseControl.NET > ... > Plugins Configuration Block > modificationHistoryProjectPlugin
modificationHistoryProjectPlugin 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 plugin shows all the modifications of a project. The newest builds are shown first.
The project must use the ModificationHistory Publisher to get results to show up.

Minimal Configuration 

<projectPlugins>
    < modificationHistoryProjectPlugin />    ....
 </projectPlugins>

This is available from build 1.3.0.2981 onwards

Full Configuration

<projectPlugins>
    < modificationHistoryProjectPlugin  onlyShowBuildsWithModifications="true"  />    ....
 </projectPlugins>

Node Description Type Required Default
onlyShowBuildsWithModifications When true, builds without modifications will not be shown 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