Can you queue Build-Deploy-Test workflows in TFS 2012 or 2015?

89 Views Asked by At

the question I am referring to is this one: Can you queue Build-Deploy-Test workflows in TFS 2010?

It is stated, that with TFS 2010 it's not possible to do it (other than by hand). But what about TFS 2012/2015? Is there anything new that one can use to queue such a workflow as of today?

Thanks for your help

1

There are 1 best solutions below

2
On

You can queue multiple Build-Deploy-Test build workflows on the same lab environment all the time, but you have to wait for the previous build-deploy-test completes, then queue the next one.

The referred case gives out a solution to automatically start the build until the configured lab environment becomes available when he queued multiple builds, by customizing the lab process template.

In a word, no matter which version of TFS you are using, you can queue multiple Build-Deploy-Test build workflows on the same lab environment, but it's better not to queue them at same time.