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
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
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