Skip to content

SinghVarun/InstallVSTSReleaseAgentOnWindows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install AzurePipeline ReleaseAgent On Windows container.

Install AzurePipeline Release Agent on Windows container using docker.

Assumption, you should have Docker for Windows installed on the machine.

To set up AzurePipeline Release Agent agent on Windows Docker container first setup three environment variable present in docker-compose.yml, post cloning the repo. Three environment variable are listed below

  1. VSTS_ACCOUNT - AzureDevOps Organization.
  2. VSTS_TOKEN - (PAT TOKEN should have access level = Agent Pools (read, manage), as mentioned here)
  3. VSTS_POOL - Agent Pool name present in the above organization, against which the new agents needs to be associated with.

Once environment variables are setup execute below command from the directory where you have cloned this repo.

docker-compose up -d

If we need to to scale up the number of vsts/azurepipeline agent to 4.

docker-compose up -d --scale vstsagent=4

About

Install VSTS Release Agent on Windows container using docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors