Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image RemovedImage Added

Executable Path

The executable path is the path on the agent to the file you wish to execute. 

Working Directory

The directory in which the file will be executed. 

Arguments

...

Image Added

The arguments to pass to the executable.

Options

 Image Added

Wait

...

for completion

If this option is selected, more options will appear that lets you control the output on completion.

Log

...

output

Logs the output of the executable

Check program exit code

If this option is selected, more options appear which will allow you to handle the exit code of the executable.

Exit

...

Code Must Be

Select the comparison operator to be used on the exit code.

Exit

...

Code

Exit code of the executable.

Generate a context XML file

Generate an XML file in the workspace containing all the current expression objects and variables.

Timeout (in seconds)

How long to wait for the action to finish running before timing out. Leaving this blank (or zero) will default to 86400 seconds (24 hours).

Environment Variables

 

Image Added

 

Multiple environment variables can be defined - one per line. These are set before the Execute Program Action command line is run.

Log environment variables

If this is ticked, environment variable values are written to the build log. 

Generate system environment variables

Tick this checkbox to set up a list of new environment variables prefixed with 'ContinuaCI.' for all current system expression objects and variables.

Mask sensitive variable values in system environment variables

If this is ticked, the values of any variables marked as senstive will be masked with **** when setting system environment variables. Clear this to expose the values.