Branch: refs/heads/use-windows-system-temp-more-frequently
Home: https://github.com/jenkinsci/git-client-plugin
Commit: edbf735ddc8f686ee994a7e344661c146d1a106b
https://github.com/jenkinsci/git-client-plugin/commit/edbf735ddc8f686ee994a7e344661c146d1a106b
Author: Mark Waite <[email protected]>
Date: 2021-02-20 (Sat, 20 Feb 2021)
Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
Log Message:
-----------
[JENKINS-62579] Use windows system temp dir more often
If the Windows temporary directory path contains Cyrillic characters,
command line git fails to find the files needed for SSH and HTTP/HTTPS
authentication. Git plugin 4.0.0 and later have intentionally chosen
to place credentials related temporary files near the Jenkins
workspace when the path name allows it. This is another case where
the path name does not allow it.
Most readily affects Freestyle projects, since they are able to use a
Cyrillic character in the job name easily. Multibranch Pipeline jobs
seem to correctly "hide" the Cyrillic characters when creating the
workspace directory name.
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-client-plugin/push/refs/heads/use-windows-system-temp-more-frequently/000000-edbf73%40github.com.