搭建TFS 2015 Build Agent环境
Posted 凌晨三点半
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了搭建TFS 2015 Build Agent环境相关的知识,希望对你有一定的参考价值。
Download the build agent
Downloading the build agent is really simple. Navigate to your TFS control panel, click on Agent pools and then Download agent.
This post will assume you have setup your agent pool already but that’s as simple as click New pool and giving it a name on the screen above
Setup agent file structure
Copy this to your build server and then extract the zip to look like below for example, create these folders.
then inside each of those folders you place a copy of the extracted zip
Get your configuration details
For this step we going option up old trusty notepad. What you are going to need is the following info in notepad, put each of these on a new line
- Agent Name
- Url to TFS
- Agent Pool
- Working directory (a blank line to use the default which is where your agent is with _working)
- Configure as a windows service (this post assumes a y)
- Service run as username
- Service run as password
- another empty line
this should look something like this
Setup lots of agents
This part is now fast . Make sure you in the directory with your ConfigureAgent.bat file
Run the ConfigureAgent.bat as administrator
You should see something like this now
Copy everything in your notepad, so you should have all that config with the extra new line at the end. Now right click in cmd and paste
and that would all work (if you want it to stay open you can open a cmd in admin and then run the bat file from there)
Now go to each folders ConfigureAgent.bat and run as admin, paste in the same config (changing just the agent name to increment the number at the end)
All Done
At this point if you go to your agent pool in TFS you will see they are all setup.
以上是关于搭建TFS 2015 Build Agent环境的主要内容,如果未能解决你的问题,请参考以下文章
TFS 2017 CI/CD系列 - 01-- Agent 篇
$(Agent.ToolsDirectory) TFS 代理位置? “.NET Core 安装程序工具”步骤缓存问题
TFS 2015 Build vNext:cURL-FTP-Upload 错误或难以使用