Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: ssh-slaves-plugin
-
Labels:None
-
Environment:Jenkins Jenkins ver 2.263.1
ssh-slaves-plugin 1.31.4
Windows Node using cygwin
JAVA_HOME set on node to : C:\Program Files\Java\jre8
-
Similar Issues:
-
Released As:ssh-slaves-1.31.5
Description
Fix for PR https://github.com/jenkinsci/ssh-slaves-plugin/pull/183 is incomplete.
The fix have resolved the check version issue we had before :
Couldn't figure out the Java version of c:\Program Files\Java\jre8/bin/java
bash: c:Program: command not found
But now the agent start is failing :
[12/09/20 11:54:29] [SSH] Starting agent process: cd "e:\jenkins-p" && C:/Program Files/Java/jre8/bin/java -jar remoting.jar -workDir e:\jenkins-p -jar-cache e:\jenkins-p/remoting/jarCache
bash: C:/Program: No such file or directory
Attachments
Issue Links
- causes
-
JENKINS-64420 Deprecated javaVersionChecker
-
- Closed
-
- links to
could you copy the configuration of the agent here? the log contains a JSON file with all the parameters, I think that the problem is the double quotes you have in the java command, but I need your configuration to replicate the issue.