|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Command line git will prompt for a password if required. Jenkins cannot answer that password prompt, so it makes a best effort (and largely successful effort) to detect if the git command line would prompt for a password before it calls command line git. The failing case is deep inside the Java runtime while the git client plugin was detecting if the call to command line git would have blocked prompting for a password.