|
||||||||
|
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.

> What other symptoms are you seeing?
When I install git 1.9.1 the checkoutConfiguration directory is created but the .git repository is not cloned from the remote.
I am unable to build the plugin. If I change the parent version to 1.509 so that the plugin will build with Java 7, the tests fail:
<parent> <groupId>org.jenkins-ci.plugins</groupId> <artifactId>plugin</artifactId> <version>1.509</version> <relativePath>../pom.xml</relativePath> </parent>