Re: Issue with running csh commands in the jenkins "Execute Shell" commands

2016-06-25 Thread sivarajesh jarugula
Thanks Martin for your help. I do not have any aliases. I got away with the error by adding -f switch as follows: #!/bin/csh *-f* On Sat, Jun 25, 2016 at 3:48 AM, Martin d'Anjou wrote: > Check the contents of the .cshrc file, there is probably something setting > or loading aliases there. Yo

Re: Issue with running csh commands in the jenkins "Execute Shell" commands

2016-06-24 Thread Martin d'Anjou
Check the contents of the .cshrc file, there is probably something setting or loading aliases there. You should also look into using something more modern like bash. On Thursday, June 23, 2016 at 12:36:21 PM UTC-4, sivarajesh jarugula wrote: > > I am running a Jenkins parameterized build along w

Issue with running csh commands in the jenkins "Execute Shell" commands

2016-06-23 Thread sivarajesh jarugula
I am running a Jenkins parameterized build along with having csh commands in the "Exeute Shwll" WIndow/ my shell commands: #!/bin/csh echo "hu ha" I am getting the following error: [workspace] $ /bin/csh -xe /tmp/hudson3705530096260628757.sh alias: No match. Build step 'Execute shell' marked b