How do I disable/suppress the display of commands in build result
I have a Rational Build Agent Command Line build that displays the commands it executes as as part of the build results. I would like to disable this and the requester should only see the final result of the build passing or failing with errors.
I can set echo off in the build definition but these commands are displayed before they are executed.
I believe that I should be able to hide the logging of assigning the build's variable like the ones below:
Substituted the following build property variables:
Substituted the following configuration element property variables:
Should build occur?
Yes: Always build a user initiated request.
AUTH set user account to "dause"
SET "BF_AGENT_VERSION"="8.0.0.3-0-0007"
SET "com.ibm.team.build.internal.template.id"="com.ibm.rational.buildforge.buildagent.ui.buildDefinitionTemplate"
SET "com.ibm.team.build.internal.engine.monitoring.threshold"="3"
SET "com.ibm.team.build.internal.engine.request.processing.disabled"="false"