{{#if this.parseError}}

Parse Error

{{this.parseError}}

{{/if}} {{#if this.planError}}

Plan Error

{{this.planError}}

{{/if}} {{#if this.runError}}

Run Error

{{this.runError}}

{{/if}} {{#if (eq this.stage "editor")}} {{#if (and this.showEditorMessage (eq this.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 this.cancelable}} {{/if}}
{{/if}} {{#if (eq this.stage "plan")}} {{#if this.showPlanMessage}}

Job Plan

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

{{/if}}
Job Plan
Scheduler dry-run
{{#if this.planOutput.failedTGAllocs}} {{#each this.planOutput.failedTGAllocs as |placementFailure|}} {{/each}} {{else}} All tasks successfully allocated. {{/if}}
{{#if (and this.planOutput.preemptions.isFulfilled this.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}}