<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://citconf.com/wiki/index.php?action=history&amp;feed=atom&amp;title=How_to_spread_CI_to_the_team</id>
	<title>How to spread CI to the team - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://citconf.com/wiki/index.php?action=history&amp;feed=atom&amp;title=How_to_spread_CI_to_the_team"/>
	<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=How_to_spread_CI_to_the_team&amp;action=history"/>
	<updated>2026-04-24T23:23:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=How_to_spread_CI_to_the_team&amp;diff=15517&amp;oldid=prev</id>
		<title>Rua: Spreading CI to the team</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=How_to_spread_CI_to_the_team&amp;diff=15517&amp;oldid=prev"/>
		<updated>2013-10-01T17:13:46Z</updated>

		<summary type="html">&lt;p&gt;Spreading CI to the team&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== How to spread CI to the team: ==&lt;br /&gt;
&lt;br /&gt;
==== Why bother? ====&lt;br /&gt;
* Spread the burden of maintaining the system&lt;br /&gt;
* The more that people ensure their code/new feature is easily testable the greater the reduction in complexity of the CI system making it more reliable&lt;br /&gt;
* Consequences of bad builds are potentially costly&lt;br /&gt;
&lt;br /&gt;
==== War Story: ====&lt;br /&gt;
* Fed up doing &amp;quot;continuous repairing&amp;quot; of the build where one person was maintaining the build and tracking down issues when a break was encountered&lt;br /&gt;
* Very time consuming and difficult because people were still submitting changes after the build was broken potentially adding other issues&lt;br /&gt;
* Made producing builds for demos potentially a nightmare&lt;br /&gt;
&lt;br /&gt;
==== How do we change the culture to ensure that developers make their code easily testable and or add tests? ====&lt;br /&gt;
* Educate the developers on how to use the testing framework&lt;br /&gt;
* Remove any barriers for running the tests (i.e. keep the process as simple as possible)&lt;br /&gt;
&lt;br /&gt;
==== Alternative to requiring a change in culture: ====&lt;br /&gt;
* Separate features are developed on a separate branch that is automatically spun up from mainline&lt;br /&gt;
* Feature branch must run through all tests up to the acceptance tests before being allowed to submit back to mainline&lt;br /&gt;
&lt;br /&gt;
==== Example setups: ====&lt;br /&gt;
* Jira - Team City - Git&lt;br /&gt;
* Subversion for mainline - Git for branches&lt;br /&gt;
* Team Foundation Server for mainline - Git for clients&lt;br /&gt;
* Team City - Perforce&lt;/div&gt;</summary>
		<author><name>Rua</name></author>
	</entry>
</feed>