Versions Compared

Key

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

...

Use this trigger type to schedule deployments to an environment at a certain time(s) using a cron expression. Select the Deploy Environment, Stream & enter values for cron expression, project deploy workflow inputs (if any) and flex fields Flexfields (if any).

  • Use plus icon button to utilize sample cron expressions, clear the contents of the Cron Expression input before using a sample expression. This trigger type is useful if you have requirement to deploy at certain time of day, like 8:00 pm, to a Development environment.
  • Click the Save button to save the changes.

...

  • Select the Deploy Environment, Stream & enter values for project deploy workflow inputs (if any) and flex fields Flexfields (if any).
  • Click the Save button to save the changes.

...

  • Poll SCM and Deploy to multiple environments
    1. Setup Poll SCM Trigger for every 30 minutes.
    2. Setup Post Build Trigger to deploy to Dev immediately after a successful build.
    3. Setup a Schedule Deploy to QA every Monday 7am (cron: *0 0 7 ? * MON ** ).
  • Scheduled Build and Deploy
    1. Setup Scheduled Build for every day at noon (cron: 0 0 12 * * ? ).
    2. Setup a Post Build Trigger to deploy to Development environment.

...