Ping Pong Build Trigger AzureDevOps ExtensionRandomly trigger builds to find a sequenced build order
Features
Yaml Example
Use caseHaving separate repositories that have an order that needs to be built with an exact order, this program triggers builds first in parallel order: Fist parallel loop
Second parallel loop
Third parallel loop
Sequence generated by loops
The next time the program runs it will use this sequence and run the builds sequentially but if there are new builds after ending the sequence it will run in parallel the new builds and generate a new sequence. |