Shows build last changes via rich VCS diff between revisions using Diff2Html.
This plugin expects a .git or .svn folder on your job workspace.
After job execution the plugin will generate a html diff from current
and a previous
revision.
Note that the previous revision
can be:
A provided revision
id;
Revision of Last successful build
;
Revision of Last tag
;
![]() |
By default previous revision is current revision -1. |
![]() |
You can use parameters in SpecificRevision . In case of git, expressions like HEAD^{tree} or HEAD^^ can be used.
|
To get most from this plugin use periodically SCM pooling to Trigger your Build, more details here.