Skip to content

siedgustavo/azuredevops-buildagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azuredevops-buildagent

  1. Buildear la imagen con build.sh
  2. Para customizar el agente editar el Dockerfile
  3. Especificar el agent pool y el AZP Token dentro de deploy_agent.sh
  4. Deployar el agente ejecutando deploy_agent.sh

Se pude editar el build.sh de la imagen y agregar host en este caso por ejemplo a un host con sonarqube.

docker build --add-host=sonarqube.internal:192.168.100.135 -t azuredevops-dockeragent:latest .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors