How to prevent a job from writing to the Spool file?
Release : 11.4
Component : CA ESP WORKLOAD AUTOMATION
This sample job redirects the STDOUT to /dev/null (trash). The output will not be available anywhere on the server.
UNIX_JOB TESTJOBA
RUN ANY
AGENT unixtest
SCRIPTNAME /opt/scripts/testscripts/sleep.sh
ENVAR STDOUT=/dev/null
USER espadmin
ARGS 10 0
EXITCODE 5 FAILURE
ENDJOB