I Have a deployment script which at run time asks for confirmation to proceed further for deployment and password. I have used publish-over-ssh plugin with jenkins to run my build and deployment script on target server. But As deployment Shell script is Interactive it takes user inputs at run time and in jenkins the build is going in hang status. Is there any way I can setup jenkins configuration for depolyment script to run on target unix server and at run time jenkins should prompt me for user confirmation and password. Please suggest.
Thanks in Advance.