alltej
alltej

Reputation: 7285

Creating a CI Build for in premise TFS 2015

I create a new build definition using the Visual Studio template. In the part where I have to Save and Queue the build, I see this window below but I cannot see anything in Queue drop-down to select. How should I set this up? Looks like I am missing a step.

TFS CI/CD

Upvotes: 1

Views: 123

Answers (2)

k7s5a
k7s5a

Reputation: 1377

You have to setup up build agent, pool and queue.

enter image description here

Here is a Microsoft introduction "How to configure Agents, Pools and Queues"

https://microsoft.github.io/almvm/labs/tfs/build/

Upvotes: 0

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51173

There should be some agent pools for you selecting under the queue drop.

First you could manually check if there are some agent pools under Agent Queues--All Queues

enter image description here

If there are, this may related to permissions. Double check if your account have enough related permission such as queue builds. Make sure there is not any deny setting for your account and any group your account joined. In TFS, deny trumps allow.

Upvotes: 1

Related Questions