Job Editor

[#if message?exists] [#if ctx.exception?exists]
${message}
[#else]
${message}
[/#if] [/#if] [#if this.newJobDefinition] [#if !message?exists]
Job creation allows you to choose between Command and Groovy jobs. Up to 10 optional parameters for each job can be added. Empty parameters (either key or value or both) will be automatically discarded. Fields marked by * are mandatory. Job name must be unique. If you set your job as active, a start time must be entered. You can set a different start time as long as the job has not run yet. Once it has run, start time cannot be changed. At anytime you can edit your job. E.g. you can set a different cron expression or temporarily (de)activate it or set an end time.
[/#if]





    [#list this.jobParams?keys as key]
  1. ${key} Remove
  2. [/#list]


Click to choose a start time

Click to choose an end time

[#elseif this.editJobDefinition] [#if !message?exists]
Fields marked by * are mandatory. Up to 10 optional parameters for each job can be added. Empty parameters (either key or value or both) will be automatically removed. If you set your job as active, a start time must be entered. You can set a different start time as long as the job has not run yet. Once it has run, start time cannot be changed. At anytime you can edit your job. E.g. you can set a different cron expression or temporarily (de)activate it or set an end time.
[/#if]
${this.jobName}


[#if !this.commandName?has_content]


[#else]


[/#if]
    [#list this.jobParams?keys as key]
  1. ${key} Remove
  2. [/#list]


Click to choose a start time [#if this.nextFireTime == 0] [/#if]

Click to choose an end time

[#elseif this.deleteJobDefinition] [/#if] [#if !this.deleteJobDefinition]

[/#if]