How to execute build 2 after 1 hour of build 1 execution

We have a project having different builds, where in build 1 some orders are placed and in step 2 we wana perform some action on that orders but issue is it take arround 1 hour to come order into system after placing order in step 1. 
How we can set trigger for build step 2 to execute after 1 hour of build step 1? Or we only have option to sleep for 1 hour to put this delay?

0
1 comment

Hello!

Is it possible to trigger the second build from external system when order has been correctly registered? You could use TeamCity REST API for that; please refer to this quick start guide and article with examples on how to start a build via REST for the details.

0

Please sign in to leave a comment.