Hello Im using Azure piplines for some tasks
Here is a simiple example of what im trying to achieve :
what im trying to do is to to trigger pipline2 after pipeline1 complition (this is done) and once the pipeline 2 is triggered i want it to wait for 24 Hours before it runs i don't know if that is possible
i tried the delay task but it timesout in 1 Hour
i've Read that timouts are
- For 360 minutes (6 hours) on Microsoft-hosted agents with a public project and public repository
- For 60 minutes on Microsoft-hosted agents with a private project or private repository
so the option to have a task last for 24hours is only possible on self-hosted agents
i have also seen the schedule option wich is on the repo level not pipeline compeletion
i hope someone can guide me to the right direction