I have Jenkins server for continuous integration and I want to add another node. Node is Win 7 station which runs Bitvise SSH server. On that Win 7 station is installed Cygwin 32 AND 64 bit (for testing purposes).
When I try to add node in Jenkins I get message:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
which tells me nothing (even after some googl'ing).
I tried several SSH servers but none of them had option to open different shell terminal for specific user. I tried using different shells but with no success. If I use Cygwin SSH server everything works fine, but I can't run 2 SSH servers on same port
One solution is to run Cygwin 32bit SSH server and Cygwin 64bit SSH server on different port but this solution is't very flexible.
Has anyone encountered similar error related to Jenkins?
Thanks!
C:\cygwin\bin\mintty.exein jenkins job.C:\cygwin\bin\myshell.exein execute shell step or environmental variable in slave setup? Or perhaps neither?