carlspring created JENKINS-14002: ------------------------------------ Summary: Make the git pluing support login credentials Key: JENKINS-14002 URL: https://issues.jenkins-ci.org/browse/JENKINS-14002 Project: Jenkins Issue Type: New Feature Components: git Reporter: carlspring Assignee: Nicolas De Loof
Currently, it is not possible to specify a username and password/identity file to use for checking out a Git-based project. This is highly inconvenient as it relies on the fact that the user used to checkout the project will be the same as the one running Jenkins, or that you have a ~/.ssh/config rule for that host. When using a username in the git URL, you are not asked for a password and Jenkins fails to authenticate. Ideally, this could be handled via the web interface in Jenkins. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira