Run Command on File plugin (deprecated) for Jitterbit private agent groups
Introduction
The Run Command on File plugin runs a specific command, once for each input file.
This plugin can be associated only with private agent groups and is not available on the Jitterbit cloud agent groups.
Important
Plugins provided by Jitterbit are deprecated.
Download and add the plugin
The Run Command on File plugin is a standard Jitterbit plugin that is already available in the Management Console Plugins page and does not need to be downloaded or added to the organization.
If directed by support, this plugin can be downloaded at the link provided below and added to the organization.
Associate the plugin with an agent group
The Run Command on File plugin must be associated with a private agent group to make the plugin available on all agents in the group.
The plugin is listed in the Management Console Plugins page with a display name of Jitterbit - Run Command on File.
Set variables and use the plugin in a project
Refer to these topics for information about using plugins in a project:
The Run Command on File plugin uses these variables:
Name | Type | Required | Description |
---|---|---|---|
Command | String | Required | The command (executable) to run. This command cannot have a user interface and cannot wait for user input. If it does wait for input, the plugin will hang indefinitely. |
CommandArg | String | Required | This is the argument that is passed to the executable. The string For example, the command line Note that |
OutputExtension | String | Optional | If an extension is added to the output file, set it here. For example, if your command automatically adds .ext to the output file specified in the command, set this data element to ".ext" . This can also be used for commands that just take an input file but append an extension to it, such as gzip . |