-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins ver. 1.656
last-changes 1.0.1
Currently the plugin only support jobs that checkout the root project in workspace because the plugin tries to reads .git directory in workspace root to infer current revision. As Jenkins support git clone to workspace sub directories the plugin is failing to retrieve git revision to perform the diff.
Note that with svn projects it is ok cause the plugin is resolving current revision looking at repository itself instead of job workspace as is done in git.