Continuous integration: Difference between revisions

Content deleted Content added
CI is not about committing often; it's about building and testing often; the rationale section was not a rationale; workflows were more practices; debounce?
Line 28:
== Practices ==
 
A [[Server (computing)|server]] builds from the integration branch frequently. Usually this is after each commit or periodically like once a day.
 
Once built, all tests should run.<ref>{{Cite web |title=Continuous integration |url=https://www.atlassian.com/agile/continuous-integration |last=Radigan |first=Dan |website=Atlassian Agile Coach}}</ref>