View a markdown version of this page

Run a bash script on Deadline Cloud - Deadline Cloud

Run a bash script on Deadline Cloud

The cli_job job bundle submits a multi-line bash script to Deadline Cloud. The script job parameter uses a multi-line edit control, and a data directory job parameter lets you select a directory of data for the script to read from and write to.

Submit the bundle with a data directory:

deadline bundle submit job_bundles/cli_job -p DataDir=~/data_dir

For a minimal starter that supplements the developer guide farm setup walkthrough, see the simple_job bundle.