Skip to content

docker to run vsts-agent against on premise tfsserver

Notifications You must be signed in to change notification settings

elangelo/tfsagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

tfsagent

docker to run vsts-agent against on premise tfsserver

example command: to install and run: {{{docker run -e AGENT="nameofmynewagent" -e TFSURL="http://tfsserver:8080/tfs" -e USERNAME="DOMAIN\TFSBUILDSERVICE" -e PASSWORD="PASSWORDOFTFSBUILDSERVICE" -e POOL="TFSBUILDPOOL" -e "LOCAL_USER_ID=1000" -it elangelo/tfsagent --name firstagent}}}

to remove the agent after killing the container: {{{docker run -e AGENT="nameofmynewagent" -e TFSURL="http://tfsserver:8080/tfs" -e USERNAME="DOMAIN\TFSBUILDSERVICE" -e PASSWORD="PASSWORDOFTFSBUILDSERVICE" -e POOL="TFSBUILDPOOL" -e "LOCAL_USER_ID=1000" -it elangelo/tfsagent remove}}}

About

docker to run vsts-agent against on premise tfsserver

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages