Hi All,

We are trying to do the move build artifacts from our build host to another 
host.The setup we need is as following - 

*Build Host -> Intermittent Host -> Final Host*

Using the Jenkins SSH Plugin we are able to reach the Intermittent host and 
then copy the build artifacts to Final Host using scp. But when we are 
trying to SSH to the Final Host we get the following error.  

With  simple ssh 

ssh root@<<Final Host>>

Got the error "Pseudo-terminal will not be allocated because stdin is not a 
terminal."


Tried using 
ssh -t -t root@<<Final Host>>
With this got the error "tcgetattr: Invalid argument"
 
The reason we need this is once the artifact is transferred we need to run 
some commands and restart the app server.

Please let us know how to achieve this through Jenkins ? 

Thanks,
Debasis  

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to