Load and submit shared job bundles
With AWS Deadline Cloud, you can share ready-to-use job bundles on a queue. If you can submit jobs to the queue, you can browse and preview the bundles shared on it. You can also submit them as jobs. You use the job bundle browser for each of these tasks. The job bundle browser is a graphical tool that you open from the Deadline Cloud command line. You don't need to know where the bundle files are stored or copy them manually.
The job bundle browser shows bundles from three sources:
-
Queue – Bundles your team shared on the selected queue.
-
Local – Bundles in folders on your workstation.
-
History – Bundles from jobs you submitted before, so you can submit a previous job again with different settings.
For information about how to share a job bundle on your queue, see Share job bundles on your queue in the Deadline Cloud Developer Guide.
Prerequisites
Before you begin, make sure that you have the Deadline Cloud command line interface (CLI) installed and configured, including its graphical components. You open the job bundle browser from the CLI. For installation and configuration steps, see Getting started in the Deadline Cloud Developer Guide.
Submit a shared job bundle
-
From a terminal, run the following command to open the job bundle browser:
deadline bundle gui-submit --browseThe job bundle browser opens, as shown in the following image:
-
For Source, choose Queue.
-
Select a bundle from the list. The preview shows the bundle's description, its parameters, and the steps it runs, so you can confirm it's the right one. To narrow a long list, enter part of a name in the filter box.
-
Choose Select. The bundle downloads and opens in the job submission dialog.
-
Set the parameter values for your job, then choose Submit. To go back and pick a different bundle instead, choose Load Bundle.
To look inside a bundle without submitting it, choose Download bundle in the preview. The bundle downloads and opens in your file explorer so that you can inspect its files.
Hide shared bundles you don't use
As a queue accumulates shared bundles, you can hide the ones you don't use. Open the context menu for a bundle, then choose Hide bundle. Hiding a bundle only changes your own view on your workstation. The bundle stays on the queue and your teammates still see it.
To bring a bundle back, select the Show hidden checkbox. Then open the context menu for the bundle and choose Unhide bundle.