1 of 10

Slide Notes

DownloadGo Live

Continuos Integration

Published on Dec 30, 2015

No Description

PRESENTATION OUTLINE

ContinUoUs Integration

What is integration?

  • The act or process of making whole or entire
  • In evolution, the process by which the manifold is compacted into the relatively simple and permanent; supposed to alternate with differentiation as an agent in species' development
-Are you using version control repository?
-Is your projects build process automated and repeatable? Does it occur entirely without intervention?
-Are you writing automated test?
-Is the execution of your tests a part of your build process?
-How do you enforce your coding and design standards?
-Which of your feedback mechanism are automated?
-Do you use any separate integration mechanism?

What is the biggest problem in software delivery?

cost of bugs

Photo by Dave_B_

Infrequent commıts

Unstructured releases

dıffıcult ıntegratıon

Photo by liza31337

LACK OF TESTS

Click to Edit

LOSS OF COMMUNICATION
Photo by davidjwbailey

GETTING TO CI