Skip to content

ssvinarchuk/teamcity_docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teamcity_docker

TeamCity server and agent to run unit tests for MapR Hadoop project

Run

Prerequisites

  1. Install docker and docker-compose

Build and run

  1. cd teamcity_docker/teamcity/server
  2. docker build --rm -t mapr/teamcity-server .
  3. cd teamcity_docker/teamcity/agent
  4. docker build --rm -t mapr/teamcity-agent .
  5. docker-compose up -d --scale agent=3 (specify needed number of agents)

Troubleshooting

  1. TeamCity agents can't be authorized
    • Clean "datadir" on host node before up docker containers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 94.5%
  • Dockerfile 5.5%