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 |