Skip to content

WAGO/azure-devops-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start the agent

  • Check prerequisites

  • Create a copy of the environment file template and update it with your required agent settings:

    cp .env.template .env
    code .env
    
  • Pull the docker image:

    docker compose pull
    
  • Alternatively you can build the docker image with:

    docker compose build
    
  • Start the agent:

    docker compose up -d
    

About

Dockerized build agent for azure devops.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published