|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Ok, I could finally debug it.
The problem comes from the lines passed to GitChangeSet.parseCommit(List<String> lines)
I got only these :
commit 51ffaaa7d9cd227d6a3a1da44118306276ab1af6
tree bea0dd38c05f1d22c9b7fe4cc430a052beb68
So neither author nor commiter.
I will try to understand why and what can be the solution.
Thomas