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 <[email protected]> wrote: > 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 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 build as failure >> Finished: FAILURE >> >> Can somebody tells me why this is failing? >> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-users/ZfoWEiaEiMU/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/5a3baadf-3de1-4119-99c9-4520e0753c35%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/5a3baadf-3de1-4119-99c9-4520e0753c35%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAEusrPP7K4zDktGC4iW7nedMBS_WCrheoMxqg%3DXA9ZALteEz9Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
