Srinivasa TN (2013-10-30 13:34):
Hi All,
I am using Jenkins 1.514 and scripttrigger plugin 0.31 on RHEL 6.3. I have written bash script in the plugin configuration to trigger the build whenever exit status is XXX. I have put "set -x" in the script. But where is the output going? Is there any log file I can check to find what is happening?

If you want a log file then use:
echo "some stuff" >> my.log

After build you can archive "my.log" as build artifact.

If you don't want a log file then just use echo it whoulsd be visible in the standard build log.

Regards,
Nux.

--
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to