Commit 0efc01d97a5ebeba5cfd6855de8ac731c30af7fb

Authored by Diego Araújo
1 parent d11961e3

[ieeeSW] Review CD pipeline figure description

ieeeSW/releaseEng3/IEEE_ThemeIssue_ReleaseEng_CD.md
@@ -102,9 +102,11 @@ worst political crisis after the re-democratization in Brazil. @@ -102,9 +102,11 @@ worst political crisis after the re-democratization in Brazil.
102 102
103 ![Deployment Pipeline](figures/pipeline_2.png) 103 ![Deployment Pipeline](figures/pipeline_2.png)
104 104
105 -Figure 1 represents our CD pipeline. The pipeline started when new code arrived.  
106 -As it went through each step, it was tested and improved until it finally reached  
107 -the production environment. At this point we got back to the first stage to release 105 +Figure 1 represents our CD pipeline. A new feature might require changes on more
  106 +than one SPB integrated software project. Notice that each on of them could be
  107 +modified independently. The pipeline started when new code arrived. As it went
  108 +through each step, it was tested and improved until it finally reached the
  109 +production environment. At this point we got back to the first stage to release
108 more new code. 110 more new code.
109 111
110 ### Automated Tests 112 ### Automated Tests