Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

For details on Cron Expression Syntax see http://www.quartz-scheduler.org/api/2.2.1/org/quartz/CronExpression.html.

Scheduled Execution

Use this trigger type to schedule executions to an environment at a certain time(s) using a cron expression. Available only for utility projects. Select the Environment & enter values for cron expression, project deploy workflow inputs (if any) and Flexfields (if any). This trigger type is useful if you have requirement to execute a utility at certain time of day, like 8:00 pm, to a Development environment.

  • Use plus icon button to utilize sample cron expressions, clear the contents of the Cron Expression input before using a sample expression.
  • Click the Save button to save the changes.
Tip

For details on Cron Expression Syntax see http://www.quartz-scheduler.org/api/2.2.1/org/quartz/CronExpression.html.

Image Added

Post Build Trigger

Use this trigger type to trigger a Deployment immediately after any successful Build of this project. This trigger works with any kind of build, so it can be used along-side a manual build, scheduled build, build triggered from webhook, etc.

...