• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Continuous Integration Book

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Andy and Paul.

Is this book a good start point to a newbie like me?


Regards

Reginaldo L. Russinholi
 
author
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Absolutely. Building your software is a fundamental software development practice and we describe good approaches and bad approaches using examples for different development platforms. Continuous Integration is different than just a daily build in that it increases the emphasis on getting the entire development team to follow core practices (such as committing code to the repository often, preventing build breakages, fixing integration build breakages quickly, and creating a truly automated build). In chapter 1, we go over the main parts of setting up a CI system and then go over the principles and developer practices, risks that can be reduced on your project. The latter chapters cover creating a more full-featured CI system. There are pointer to plenty of resources throughout the book (and Appendix A gives a thorough list of resources) and the integratebutton.com companion website has videos for each of the practices in the book that support the text.
 
reply
    Bookmark Topic Watch Topic
  • New Topic