How to prevent an ESP agent job from writing to the Spool file?
Release: ALL
Component: ESP Workload Automation & Workload Automation Agent
This sample agent 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