Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 775 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 775 Bytes

#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.

Some references:

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.