Reputation: 1778
We would like to trigger two of our pipelines hourly. How can we do that other than this part as we want to implement business rules such as do not run if there is an active deployment?
Upvotes: 1
Views: 562
Reputation: 430
If you want hourly deployments, you'll need to create 24 schedules for each hour and then use the deployment queue setting. You can set the deployment queue settings to a max number of parallel deployments to 1.
For more information check this link
Upvotes: 2