SlideShare a Scribd company logo
1 of 7
Using Visual Control to avoid
broken build problems
                      Jesus Bouzada
Continuous Integration

“… is a practice where members of a team
integrate their work frequently. Each
integration is verified to detect integration
errors as quickly as possible”
                                Martin Fowler
Problem
    Unattended
    broken build


                 Subsequent
               changes delayed


                              Wasted
                           developer time
Inspiration: Lean Principles
Use visual control so no
problems are hidden




Build a culture of stopping to
fix problems to get quality
right the first time
Solution
Display builds status on Screens

Group objectives to keep clean builds

Imbed culture of
stopping and fixing
Conclusion

   Before
            Each build broken for average
            of 2 hours per week




             After
                        Each build broken for average
                        of 10 minutes per week
Thank YOU for your attention!

More Related Content

Viewers also liked

Viewers also liked (11)

ASD
ASDASD
ASD
 
Viavi Perfect OTDR
Viavi Perfect OTDRViavi Perfect OTDR
Viavi Perfect OTDR
 
ADHD presentation By Sajjad Hassan
ADHD presentation By Sajjad HassanADHD presentation By Sajjad Hassan
ADHD presentation By Sajjad Hassan
 
Network Security Lecture
Network Security LectureNetwork Security Lecture
Network Security Lecture
 
The assessment of confusion in the older adult
The assessment of confusion in the older adultThe assessment of confusion in the older adult
The assessment of confusion in the older adult
 
Modulo 2 stadi e_indicatori_cambiamenti_parte4
Modulo 2 stadi e_indicatori_cambiamenti_parte4Modulo 2 stadi e_indicatori_cambiamenti_parte4
Modulo 2 stadi e_indicatori_cambiamenti_parte4
 
Identità personale
Identità personaleIdentità personale
Identità personale
 
Assertivness
AssertivnessAssertivness
Assertivness
 
Discharge Planning (Angie Catron)
Discharge Planning (Angie Catron)Discharge Planning (Angie Catron)
Discharge Planning (Angie Catron)
 
REPUTATION AUDIT
REPUTATION AUDITREPUTATION AUDIT
REPUTATION AUDIT
 
PresentationProjet-v3.2
PresentationProjet-v3.2PresentationProjet-v3.2
PresentationProjet-v3.2
 

Similar to Using Visual Control to avoid broken build problems

Continuous Integration
Continuous IntegrationContinuous Integration
Continuous Integrationmantripooja
 
Continuous integration in large programs
Continuous integration in large programsContinuous integration in large programs
Continuous integration in large programsNaveen Kumar Singh
 
Continuous integration by Halyna Levko
Continuous integration by Halyna LevkoContinuous integration by Halyna Levko
Continuous integration by Halyna LevkoRomexsoft
 
Build safe environment for software developers
Build safe environment for software developersBuild safe environment for software developers
Build safe environment for software developersPrayoch Rujira
 
Continuous integration per le tue applicazioni mobile
Continuous integration per le tue applicazioni mobileContinuous integration per le tue applicazioni mobile
Continuous integration per le tue applicazioni mobileAntonio Liccardi
 
Continuous Integration - Oracle Database Objects
Continuous Integration - Oracle Database ObjectsContinuous Integration - Oracle Database Objects
Continuous Integration - Oracle Database ObjectsPrabhu Ramasamy
 
Continuous Integration
Continuous IntegrationContinuous Integration
Continuous IntegrationJoseph Wang
 
Continuous integration
Continuous integrationContinuous integration
Continuous integrationAbhay Kumar
 
Notes On Agile Development
Notes On Agile DevelopmentNotes On Agile Development
Notes On Agile DevelopmentMatt Griffin
 

Similar to Using Visual Control to avoid broken build problems (12)

Continuous Integration
Continuous IntegrationContinuous Integration
Continuous Integration
 
Continuous integration in large programs
Continuous integration in large programsContinuous integration in large programs
Continuous integration in large programs
 
Continuous integration by Halyna Levko
Continuous integration by Halyna LevkoContinuous integration by Halyna Levko
Continuous integration by Halyna Levko
 
Build safe environment for software developers
Build safe environment for software developersBuild safe environment for software developers
Build safe environment for software developers
 
Continuous integration per le tue applicazioni mobile
Continuous integration per le tue applicazioni mobileContinuous integration per le tue applicazioni mobile
Continuous integration per le tue applicazioni mobile
 
Continuous Integration - Oracle Database Objects
Continuous Integration - Oracle Database ObjectsContinuous Integration - Oracle Database Objects
Continuous Integration - Oracle Database Objects
 
Continuous Integration
Continuous IntegrationContinuous Integration
Continuous Integration
 
Test Like A Badger
Test Like A BadgerTest Like A Badger
Test Like A Badger
 
Continuous integration
Continuous integrationContinuous integration
Continuous integration
 
Devops insights
Devops insightsDevops insights
Devops insights
 
Notes On Agile Development
Notes On Agile DevelopmentNotes On Agile Development
Notes On Agile Development
 
Continuous integration (eng)
Continuous integration (eng)Continuous integration (eng)
Continuous integration (eng)
 

Using Visual Control to avoid broken build problems

  • 1. Using Visual Control to avoid broken build problems Jesus Bouzada
  • 2. Continuous Integration “… is a practice where members of a team integrate their work frequently. Each integration is verified to detect integration errors as quickly as possible” Martin Fowler
  • 3. Problem Unattended broken build Subsequent changes delayed Wasted developer time
  • 4. Inspiration: Lean Principles Use visual control so no problems are hidden Build a culture of stopping to fix problems to get quality right the first time
  • 5. Solution Display builds status on Screens Group objectives to keep clean builds Imbed culture of stopping and fixing
  • 6. Conclusion Before Each build broken for average of 2 hours per week After Each build broken for average of 10 minutes per week
  • 7. Thank YOU for your attention!

Editor's Notes

  1. “Use visual control so no problems are hidden”
  2. Main practices:Maintain a code repository (Version Control System)Automate build (Continuous build process tool)Visible results of latest build (Green Screens)Keep the build fast
  3. When developers commit code changes these sometimes break the build. This isoften not immediately noticed or acted upon. When other developers subsequentlyattempt to make further changes they either have to fix the problem themselves ortrack down the original breaker and agree a resolution.There are some opportunities to reduce waste in the development process:1) Ensure problem investigated immediately. 2) Avoid problem investigation and fix by 3rd party. 3) Avoid the complexity of multiple breaking changes.
  4. Without feedback mediums, builds in a broken state have the tendency to stay broken, which defeats the purpose of Continuous Integration in the first place. Continuous build process tools offer ways of delivering feedback such as e-mail notifications and web dashboard. Unfortunately, these modes of communication are not very compelling as we get dozens of emails every day and web pages require us to actively go and seek the information. We live in an over-communicated society, and every bit of information has to compete for our attention. One of the most compelling ways to deliver feedback was to display the build status in public and make it stand out so developers involved in the breaking change quickly act upon it.
  5. Full screen grid showing status of every single project of the group in each of the cellsGreen cell:-Fix time: Average of the time since fails until works again-Successful time: Percentage of time that worksRed cell:-Broken time-Breaker(s) name-Broken Build(s) nameGroup StatisticsOther features:Project status visible from 20 ft - Colour coded UK road signs alike to ensure good visibilityUpdate/refresh screens within 1 minuteMost basic hardware (mobile phones, etc)Customizable through a config fileStatistics (group/projects) indicator: when statistics are above required, ok icon shows it next to the number, when they go below, exclamation mark to notify it.Available for CCNet 1.4, 1.5 and 1.6
  6. There has been a reduction of the wasted time by leaving the build broken from 5 hours (300 minutes) to ½ hour (30 minutes) spent to fix the build every 90 hours, which has brought direct profit to the company.
  7. What questions do you have?What feedback could you give me?