Re: Simple Execute Shell fails to execute, Jenkins reports success

2012-06-18 Thread Chris Mitchell
hanks for the help! Chris On Monday, June 18, 2012 3:34:02 PM UTC-6, slide wrote: > > Do you mean cat ~/tmp.txt? > > slide > > On Mon, Jun 18, 2012 at 2:23 PM, Chris Mitchell > wrote: > > This is the Console Output for the Execute Shell of "echo ~/tmp.txt&quo

Re: Simple Execute Shell fails to execute, Jenkins reports success

2012-06-18 Thread Chris Mitchell
in/csh -xe /var/tmp/hudson118559907961626984.sh Finished: SUCCESS On Monday, June 18, 2012 3:08:06 PM UTC-6, Andrew Melo wrote: > > On Mon, Jun 18, 2012 at 4:05 PM, Chris Mitchell > wrote: > > I believe so. When I log in via SSH using the same account which has > been > &

Re: Simple Execute Shell fails to execute, Jenkins reports success

2012-06-18 Thread Chris Mitchell
I believe so. When I log in via SSH using the same account which has been configured for Jenkins and run the command, I get the desired output. On Monday, June 18, 2012 2:42:09 PM UTC-6, LesMikesell wrote: > > On Mon, Jun 18, 2012 at 2:40 PM, Stanley, Jason > wrote: > > Silly question. > >

Re: Simple Execute Shell fails to execute, Jenkins reports success

2012-06-18 Thread Chris Mitchell
> > Are you looking on the correct node that ran the job for the tmp.txt file? > > > > > > > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *Chris Mitchell > *Sent:* Monday, June 18, 2012 3:30 PM &

Re: Simple Execute Shell fails to execute, Jenkins reports success

2012-06-18 Thread Chris Mitchell
e the actual path to the tmp.txt > file. > > > > Example: > > echo "Hello" > /var/tmp/tmp.txt > > > > > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *Chris Mitchell > *Sent:* Monday,

Simple Execute Shell fails to execute, Jenkins reports success

2012-06-18 Thread Chris Mitchell
Hi, I am having getting Jenkins to communicate with the nodes. I am using Jenkins 1.466 on a linux machine. It is capable of logging in (notes from the web gui, as well as monitoring the connection via another SSH session), but when I try to execute the following shell script: echo "Hello" > ~