|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Same problem here!
Is there a workaround or a fix in an upcoming version?
Currently running jenkins 1.523 with ssh-slave-plugin 0.27 in a bitnami virtualbox VM. Connection to linux 32/64bit and MacOS via ssh works perfect. Connections to WinXp and Win8 running Bitvise SSH server yield:
[07/19/13 14:14:29] [SSH] Opening SSH connection to itchy.imp.fu-berlin.de:22.
[07/19/13 14:14:29] [SSH] Authentication successful.
SSH connection reports a garbage before a command execution.
Check your .bashrc, .profile, and so on to make sure it is quiet.
The received junk text is as follows:
'true' is not recognized as an internal or external command,
operable program or batch file.
hudson.AbortException
at hudson.plugins.sshslaves.SSHLauncher.verifyNoHeaderJunk(SSHLauncher.java:613)
at hudson.plugins.sshslaves.SSHLauncher.launch(SSHLauncher.java:490)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:230)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
[07/19/13 14:14:29] [SSH] Connection closed.
Has some any ideas how to debug? Command execution via ssh on the command line (bash) from a linux maschine to WinXp and Win8 boxes work without any garbage returned.
Cheers
McMenace