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?
#!/bin/csh -f
--
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 jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/5a3baadf-3de1-4119-99c9-4520e0753c35%40googlegroups.com.