Re: Automated perl scripts work fine in the terminal but hang when Jenkins executes it.

2013-03-17 Thread zacky azoulay
Hi, it may be the user that jenkins run try whoami in your sh to see who is the user regards zacky On Sun, Mar 17, 2013 at 3:26 PM, Mark Waite wrote: > Long ago (before I ever started using Jenkins), there were cases where a > shell script would pause for terminal input and would not work as

Re: Automated perl scripts work fine in the terminal but hang when Jenkins executes it.

2013-03-17 Thread Mark Waite
Long ago (before I ever started using Jenkins), there were cases where a shell script would pause for terminal input and would not work as a cron job, even though it worked correctly from a terminal.  The issue (for me) was caused by some incorrect initialization commands (like `tset`) in one of