Branch: refs/heads/master Home: https://github.com/jenkinsci/git-client-plugin Commit: 9953d3dbb3526aa014d0382b37d3ed4d43646f57 https://github.com/jenkinsci/git-client-plugin/commit/9953d3dbb3526aa014d0382b37d3ed4d43646f57 Author: Jacob Keller <jacob.e.kel...@intel.com> Date: 2015-07-24 (Fri, 24 Jul 2015)
Changed paths: M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java Log Message: ----------- git-client: store username as default user in credentials.username In case the http(s) url being used does not supply a username, set the default username for credentials in the gitconfig. This helps ensure that credentials which have usernames not matching the system username of the slave will work as expected for http(s) urls. JENKINS-29604 - git-client CLI implementation does not propogate username Signed-off-by: Jacob Keller <jacob.e.kel...@intel.com> Commit: 38a6fb0a602da63ffd160344ac1e98c8894b1f69 https://github.com/jenkinsci/git-client-plugin/commit/38a6fb0a602da63ffd160344ac1e98c8894b1f69 Author: Jacob Keller <jacob.e.kel...@intel.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java Log Message: ----------- git-client: use username in the GIT_SSH setup Teach the GIT_SSH script we create to pass "-l <username>" so that a default user will be selected incase the URL does not encode the username. This is important, as otherwise the CLI implementation will default to the local username, which is probably incorrect. While users are able to work around this bug by specifying the correct user in the ssh url, they cannot do so for submodules. JENKINS-29604 - git-client CLI implementation does not propogate username Signed-off-by: Jacob Keller <jacob.e.kel...@intel.com> Commit: d582d1b0465ef0b651880da16c2e83474389a60f https://github.com/jenkinsci/git-client-plugin/commit/d582d1b0465ef0b651880da16c2e83474389a60f Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java Log Message: ----------- Merge [Fix JENKINS-29604] from Jacob Keller Commit: 38bfc6cd313eba7ebd84d1fd136a8ec564ee615e https://github.com/jenkinsci/git-client-plugin/commit/38bfc6cd313eba7ebd84d1fd136a8ec564ee615e Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java Log Message: ----------- Move credentials test clearCredentials into tearDown method Commit: c32f705df5f816cfc652149da75d9197a7c0297a https://github.com/jenkinsci/git-client-plugin/commit/c32f705df5f816cfc652149da75d9197a7c0297a Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java Log Message: ----------- Remove JGit special case from credentials checkout test Compare: https://github.com/jenkinsci/git-client-plugin/compare/d40f31e62fd8...c32f705df5f8 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.