There are 2 types of scheduled trigger on release pipeline:
Scheduled release triggers: Triggers a new release at specific times.
If you want to trigger a release at a specific time instead of every build triggers a release, you can use the Scheduled release triggers and disable Continuous deployment triggers. With this way, by default the scheduled release will always use the latest build artifacts for deployments.
In addition, if you have enabled the option "Only schedule releases if the source or pipeline has changed", after previous scheduled release, the release will be triggered at the specific times only when the source or the pipeline definition has updated. Otherwise, the release will not be triggered even if the specific times reach. If you want the scheduled release will be always triggered at the specific times, you can disable this option.
Scheduled stage triggers: Trigger a new deployment to the stage at a specific time, after a new release is triggered (After release
), or the dependent previous stages are completed (After stage
) in the release.
When the scheduled deployment to the stage is triggered at the specific time, the deployment will use the build artifacts that triggered the current release, not always the latest build artifacts.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…