Name |
Type |
Required |
Configurable |
Description |
userToRunAs |
String |
No |
Yes |
The user to run this command as. If specified, the command is executed as this user; otherwise it's run as the defaultUserToRunAs in the config file. The value can be either a string username or a numeric UID. It should be a non-empty string. |
dir |
String |
No |
Yes |
The absolute path to the working directory for the command. If not specified defaults to agent-specific configurable directory. Should be a non-empty string |
timeout |
positive Integer |
No |
No |
Specifies the number of seconds to wait for the command to complete before timing it out. If not specified the plan's exec native timeout period applies. Should be a value greater than 0. |
execNative can have nested elements to specify the:
Environment variables
Background execution
Command standard output file
Command error output file
Command input
Command to execute
Step success criteria