publish over ssh jenkins
Posted
by
Pravish
on Server Fault
See other posts from Server Fault
or by Pravish
Published on 2014-01-14T07:03:47Z
Indexed on
2014/06/11
9:28 UTC
Read the original article
Hit count: 276
I have been working on a small project where need to copy files from one windows machine to another through jenkins in a secure way. I have heard about publish over ssh plugin in Jenkins. I tried to set that up but no luck. Did anybody do that and help me in that? Even to resolve it, i had installed openssh with cygwin on both the windows server and tried to copy the files (through SCP) or just connect both hosts (through ssh) in linux way through cygwin but always gets error of -
ssh 3612 tty_list::allocate_tty: No tty allocated or
scp 2680 tty_list::allocate_tty: No tty allocated
Please help!
© Server Fault or respective owner