We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae13ae commit 0b8101cCopy full SHA for 0b8101c
1 file changed
src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
@@ -2700,7 +2700,8 @@ public File getSSHExecutable() {
2700
}
2701
2702
2703
- // Check for ssh.exe on the system PATH as last resort (supports Microsoft OpenSSH and other alternate implementations)
+ // Check for ssh.exe on the system PATH as last resort (supports Microsoft OpenSSH and other alternate
2704
+ // implementations)
2705
String sshPath = getPathToExe("ssh");
2706
if (sshPath != null) {
2707
sshexe = new File(sshPath);
0 commit comments