File tree Expand file tree Collapse file tree 4 files changed +23
-5
lines changed
source/content/pages/06-automation Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -2257,9 +2257,16 @@ <h2>Hosted CI services</h2>
22572257</ ul >
22582258< h2 > Continuous integration resources</ h2 >
22592259< ul >
2260- < li > "< a href ="http://www.rackspace.com/blog/diving-into-continuous-integration-as-a-newbie/ "> Diving into continuous integration as a newbie</ a > "
2260+ < li >
2261+ < p > < a href ="http://martinfowler.com/articles/continuousIntegration.html "> What is continuous integration</ a >
2262+ is a classic detailed article by Martin Fowler on the concepts behind CI
2263+ and how to implement it.</ p >
2264+ </ li >
2265+ < li >
2266+ < p > "< a href ="http://www.rackspace.com/blog/diving-into-continuous-integration-as-a-newbie/ "> Diving into continuous integration as a newbie</ a > "
22612267 is a retrospective on learning CI from a Rackspace intern on how she learned
2262- the subject.</ li >
2268+ the subject.</ p >
2269+ </ li >
22632270</ ul >
22642271< h3 > What do you want to add to your application next?</ h3 >
22652272 < h1 > Configuration Management</ h1 >
Original file line number Diff line number Diff line change @@ -95,9 +95,16 @@ <h2>Hosted CI services</h2>
9595</ ul >
9696< h2 > Continuous integration resources</ h2 >
9797< ul >
98- < li > "< a href ="http://www.rackspace.com/blog/diving-into-continuous-integration-as-a-newbie/ "> Diving into continuous integration as a newbie</ a > "
98+ < li >
99+ < p > < a href ="http://martinfowler.com/articles/continuousIntegration.html "> What is continuous integration</ a >
100+ is a classic detailed article by Martin Fowler on the concepts behind CI
101+ and how to implement it.</ p >
102+ </ li >
103+ < li >
104+ < p > "< a href ="http://www.rackspace.com/blog/diving-into-continuous-integration-as-a-newbie/ "> Diving into continuous integration as a newbie</ a > "
99105 is a retrospective on learning CI from a Rackspace intern on how she learned
100- the subject.</ li >
106+ the subject.</ p >
107+ </ li >
101108</ ul >
102109< h3 > What do you want to add to your application next?</ h3 >
103110 < div class ="row ">
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-08-10T11:32:04Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-08-10T14:59:27Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -64,6 +64,10 @@ do not break existing tests ensure the software works as intended.
6464
6565
6666## Continuous integration resources
67+ * [ What is continuous integration] ( http://martinfowler.com/articles/continuousIntegration.html )
68+ is a classic detailed article by Martin Fowler on the concepts behind CI
69+ and how to implement it.
70+
6771* "[ Diving into continuous integration as a newbie] ( http://www.rackspace.com/blog/diving-into-continuous-integration-as-a-newbie/ ) "
6872 is a retrospective on learning CI from a Rackspace intern on how she learned
6973 the subject.
You can’t perform that action at this time.
0 commit comments