#Peoneer CI project Pet project to learn about CI build server infrastructure & methodology. The project will consist a configurable build agent and a web dashboard to create and control builds.
Continuous Delivery Maturity Model
Thoughtworks Continuous Integration what's what
##0.1 goals:
Able to create a build agent as a WCF service hosted as a windows service.Able to connect to the build agent.Issue an echo command though the WCF service client.
##0.2 goals:
- Issue an MSBuild command through the WCF service client.
- Get the build output summary from the build agent through the service.