{{#if parseError}}

Parse Error

{{parseError}}

{{/if}} {{#if planError}}

Plan Error

{{planError}}

{{/if}} {{#if runError}}

Run Error

{{runError}}

{{/if}} {{#if (eq stage "editor")}} {{#if (and showEditorMessage (eq context "new"))}}

Run a Job

Paste or author HCL or JSON to submit to your cluster. A plan will be requested before the job is submitted.

{{/if}}
Job Definition {{#if cancelable}} {{/if}}
{{/if}} {{#if (eq stage "plan")}} {{#if showPlanMessage}}

Job Plan

This is the impact running this job will have on your cluster.

{{/if}}
Job Plan
Scheduler dry-run
{{#if planOutput.failedTGAllocs}} {{#each planOutput.failedTGAllocs as |placementFailure|}} {{/each}} {{else}} All tasks successfully allocated. {{/if}}
{{#if (and planOutput.preemptions.isFulfilled planOutput.preemptions.length)}}
Preemptions (if you choose to run this job, these allocations will be stopped)
ID Task Group Created Modified Status Version Node Volume CPU Memory
{{/if}}
{{/if}}