<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/"><channel><atom:link href="https://www.finalbuilder.com/DesktopModules/LiveBlog/API/Syndication/GetRssFeeds?Category=finalbuilder-server&amp;mid=632&amp;PortalId=0&amp;tid=181&amp;ItemCount=20" rel="self" type="application/rss+xml" /><title>VSoft Technologies Blogs</title><description>VSoft Technologies Blogs - posts about our products and software development.</description><link>https://www.finalbuilder.com/resources/blogs</link><item><title>Continua CI and FinalBuilder integration improvements</title><link>https://www.finalbuilder.com/resources/blogs/postid/747/continua-ci-and-finalbuilder-integration-improvements</link><category>Continua CI,Delphi,FinalBuilder,FinalBuilder Server</category><pubDate>Tue, 21 Jun 2016 15:35:25 GMT</pubDate><description>Continua CI 1.8.0.176 and FinalBuilder 8.0.0.1817 (both released today) provide somewhat better integration between the two products. &amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Continua CI 1.8&lt;/h3&gt;
&lt;p&gt;
The FinalBuilder Action in Continua CI now produces an xml file that is consumed by FinalBuilder when run under Continua CI. This xml file contains all the useful information about a build, such as version numbers, changesets, variables etc.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
There is also a new option on the action that will automatically apply Continua CI variable values to matching FinalBuilder variables. What this means is, if you have a variable declared in both FinalBuilder and Continua CI with the same name, FinalBuilder's variable will automatically get the value of the Continua CI variable at runtime. This option is only available for FinalBuilder 8, if you select FinalBuilder 7 the option will not be visible. If the version of FinalBuilder 8 you are running does not support this integration, a warning will appear in the Continua CI build log.&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;
&lt;p style="text-align: center;"&gt;
&lt;img alt="" src="/blogimages/vincent/continua-fb-integration/continua-fbaction.png" /&gt;
&lt;/p&gt;
&lt;h3&gt;FinalBuilder 8&lt;/h3&gt;
FinalBuilder 8 has two new actions. &lt;br /&gt;
&lt;br /&gt;
The "Is Running Under Continua" action is an If Then style action, i.e. the children of this action will only run if FinalBuilder is running under Continua CI. &amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;p style="text-align: center;"&gt;
&lt;img alt="" src="/blogimages/vincent/continua-fb-integration/isrunningcontinua.png" /&gt;
&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;The other action is the Continua CI - Get Version Info action - this action will take the version info from Continua CI and apply it to a version info property set in your FinalBuilder project.;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;
&lt;img alt="" src="/blogimages/vincent/continua-fb-integration/getversioninfo.png" /&gt;
&lt;/p&gt;
&lt;p&gt;The action is smart enough to use the correct version info scheme depending on whether the propertyset is a win32 or dotnet propertyset. This greatly simplifies getting the version info from Continua into FinalBuilder, no need to declare 4 variables on both sides and set them in the FinalBuilder Action in Continua CI.&lt;/p&gt;
&lt;h3&gt;Scripting&lt;/h3&gt;
That xml file I mentioned above is loaded into a Continua object model that is available in action script events. If you do make use of it, you should be sure to check the Continua.IsRunningUnderContinua property before using the rest of the object model (the script editor provides intellisense for the model.&lt;br /&gt;</description><guid isPermaLink="false">747</guid></item><item><title>The future of FinalBuilder Server is Continua CI</title><link>https://www.finalbuilder.com/resources/blogs/postid/694/the-future-of-finalbuilder-server-is-continua-ci</link><category>Continua CI,FinalBuilder Server</category><pubDate>Mon, 11 Mar 2013 07:36:02 GMT</pubDate><description>&lt;p&gt;It's been a long time coming, but the release of Continua CI, our next generation Continuous Integration server product is almost here. Continua CI will replace FinalBuilder Server (FBS), in other words, FBS 7 is the last Major release of FinalBuilder Server. Of course we will continue to support FinalBuilder Server 7 for some time, but no new features will be added to it.&lt;/p&gt;

&lt;p&gt;Licensing wise, customers with current Software Assurance (on FinalBuilder Server User licenses) will automatically receive Continua CI licenses when it is released (using 2 User licenses = 1 Concurrent Build License). I detailed how Continua CI licensing will work in &lt;a href="/resources/blogs/introducing-continua-ci-beta"&gt;this blog post.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's fair to say that FinalBuilder Server has some major limitations, the main one being scalability. The architecture of FBS is such that moving it forward to provide better performance and scability would be next to impossible, so we decided to start from scratch, taking into account what customers were asking for, where the industry were heading, and looking for better ways to aproach continuous integration in general.&lt;/p&gt;

&lt;p&gt;Continua CI is written using C#, .NET 4, ASP.NET MVC4 + extensive use of jQuery. It uses a database engine (PostgreSQL or SQL Server 2008+) unlike FBS which uses .net serialization (which has been problematic).&lt;/p&gt;

&lt;p style="text-align: center;"&gt; &lt;/p&gt;
&lt;style type="text/css"&gt;.featureTable
    {
    border: 1px solid #0071c5;
    border-collapse: collapse;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    }
    .featureTable thead
    {
    background-color : #0071c5;
    color : White;
    }
    .featureTable td
    {
    border: 1px solid #0071c5;
    padding : 5px;
    }
&lt;/style&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="featureTable"&gt;
	&lt;thead&gt;
		&lt;tr&gt;
			&lt;td style="width: 20px;"&gt;Feature&lt;/td&gt;
			&lt;td style="width: 40%;"&gt;FinalBuilder Server&lt;/td&gt;
			&lt;td style="width: 40%;"&gt;Continua CI&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td&gt;Build Runners&lt;/td&gt;
			&lt;td&gt;FinalBuilder Only&lt;/td&gt;
			&lt;td&gt;FinalBuilder, Ant, Nant, MSBuild, Visual Studio (more will be added)&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Version Control Systems&lt;/td&gt;
			&lt;td&gt;Accurev, Alien Brain, Bazaar, Starteam, CVS, File System, Git, Mercurial, Perforce, PlasticSCM, Subversion, SurroundSCM, Vault, SourceSafe, TFS&lt;/td&gt;
			&lt;td&gt;Bazaar, FileSystem, Git*, Mercurial*, Perforce, Subversion*, SurroundSCM, TFS, Vault (Others will be added based on demand.. except sourcesafe... let it die people!)&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;VCS Branch Support*&lt;/td&gt;
			&lt;td&gt;Single Branch&lt;/td&gt;
			&lt;td&gt;*All Branches, Single Branch or *By Pattern (depends on VCS type)&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;VCS Checkout/Get&lt;/td&gt;
			&lt;td&gt;Optional, can be handled by FB script.&lt;/td&gt;
			&lt;td&gt;Clean checkout into clean workspace for each build. Source is cached on Server and agents.&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Issue Tracker support&lt;/td&gt;
			&lt;td&gt;None&lt;/td&gt;
			&lt;td&gt;FogBugz, Bugzilla,Jira, Youtrack, custom.&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Stages, Conditions&lt;/td&gt;
			&lt;td&gt;Single FinalBuilder Script&lt;/td&gt;
			&lt;td&gt;Unlimited Stages, unlimited build runners.&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Concurrent Builds&lt;/td&gt;
			&lt;td&gt;Only of different projects, builds of projects currently running are queued.&lt;/td&gt;
			&lt;td&gt;Concurrency based on license and agent(s) configuration.&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Scalability&lt;/td&gt;
			&lt;td&gt;Single Server, requires full server install on other machines when single server is loaded too heavily.&lt;/td&gt;
			&lt;td&gt;Central Server, 1 or more agents installed on as many machines as you like.&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Licensing&lt;/td&gt;
			&lt;td&gt;Per User licensing.&lt;/td&gt;
			&lt;td&gt;Per Concurrent Build - Free install includes 1 Concurrent build, 1 local agent, unlimited users. At least 1 concurrent build license is needed to allow remote agents.&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Security Model&lt;/td&gt;
			&lt;td&gt;Simple Users &amp; Roles.&lt;/td&gt;
			&lt;td&gt;Users, Groups, Roles, Permissions, Access Control Lists (global, project and configuration levels)&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Authentication&lt;/td&gt;
			&lt;td&gt;Limited Active Directory support, Forms Authentication only.&lt;/td&gt;
			&lt;td&gt;Forms only, Mixed or Windows only Authentication&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Platforms&lt;/td&gt;
			&lt;td&gt;Windows Only.&lt;/td&gt;
			&lt;td&gt;Windows Only - other Platforms in the future.&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td colspan="3"&gt;(*) - Branch monitoring only available on Git, Mercurial and Subversion.&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt; &lt;/p&gt;

&lt;h3&gt;Migrating to Continua CI&lt;/h3&gt;

&lt;h4&gt;Key Differences&lt;/h4&gt;

&lt;p&gt;Whilst both Continua and FinalBuilder Server (FBS) are both Continuous Integration Servers, they are quite different in how they operate. Continua CI's design is based on feedback from FinalBuilder Server customers, and with a view to making it appeal to more users (FBS is only of use to FinalBuilder Users). The differences in concepts between the two products make it difficult to create an comprehensive automated migration from FBS to Continua. There is a conversion tool that provides a "leg up" in the conversion, but some manual intervention will be needed (more on that in a future post).&lt;/p&gt;

&lt;h4&gt;Working with FinalBuilder Projects&lt;/h4&gt;

&lt;p&gt;Perhaps the biggest difference for FBS users is where the FinalBuilder Project Files live. In FBS, the FinalBuilder project files (.fbp7/.fbz7) are managed by FBS and each FBS project references a single FB projects. In Continua, your FinalBuilder Project files must be in a version control Repository that is referenced by your Configuration. Continua is not tied to FinalBuilder in any way, FinalBuilder is just one of a number of different Build Runner Actions available.&lt;/p&gt;

&lt;h4&gt;Where and when the Build runs&lt;/h4&gt;

&lt;p&gt;FinalBuilder Server projects all run on the same machine, the one where FBS is installed. This unfortunately limits how many builds can be run concurrently. FBS also doesn't allow multiple builds of the same project to run concurrently, so for example a CI build triggered by a checkin, and a manually started build for the same project cannot run at the same time. The main reason for this is that the working folder and source code are managed by the FinalBuilder project.&lt;/p&gt;

&lt;p&gt;Continua CI uses Build Agents to run the builds. Agents can be installed on the same machine as Continua Server, or on other machines. Each agent can run multiple concurrent builds (limited only by hardware resources and software licenses), and each build get's its own working folder and copy of the source code (which is managed by Continua). When a build is queued in Continua, it's requirements (compilers &amp; other tools needed) are evaluated against the available Agents capabilities, and a suitable agent is selected. The build will run when a suitable agent is available to run the build. This may be immediately or at a later time. If no suitable agent is available, then the build will stay on the queue until one becomes available or the build is cancelled by a user.&lt;/p&gt;

&lt;h4&gt;Continua CI and FinalBuilder&lt;/h4&gt;

&lt;p&gt;Continua includes a FinalBuilder Action which will run any FinalBuilder Project which is available in the build's workspace. To get the FinalBuilder project into the build workspace, it needs to be in a Repository which is associated with the Configuration. Note that this action only supports FinalBuilder 7.0.0.1795 or later, if you are using older versions of FinalBuilder, you can still use them with the Execute Program Action. FinalBuilder needs to be installed on each Agent machine (the agent will detect that it is installed, and report that to the server).&lt;/p&gt;

&lt;h4&gt;FinalBuilder Project Variables&lt;/h4&gt;

&lt;p&gt;Since Continua lacks the tight integration with FinalBuilder that FBS has, it has no knowledge of the internals of the FinalBuilder Project and that includes Project Variables. The FinalBuilder Action in Continua allows you to set the values of those project variables from the action, but you will need to know what those project variables are. Continua is unable to inspect the FinalBuilder Project to determine the varianbles needed as it has no access to the FinalBuilder Project file at design time. We are currently looking at ways to make this easier.&lt;/p&gt;

&lt;h4&gt;Continua CI and the future&lt;/h4&gt;

&lt;p&gt;Of course, what will be released soon is only the start of what we have planned for Continua CI. We are planning an aggressive release cycle, with frequent updates. We have a long list of features we plan to implement. Continua CI is built on a modular platform, and we will be releasing other modules over time.&lt;/p&gt;

&lt;h4&gt;Documentation&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://docs.finalbuilder.com/ci/1.0"&gt;Documentation site&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://docs.finalbuilder.com/ci/1.0/concepts/concepts.html"&gt;Continua CI Concepts&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://docs.finalbuilder.com/ci/1.0/concepts/migrating-from-finalbuilder-server.html"&gt;Migrating from FinalBuilder Server&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://docs.finalbuilder.com/ci/1.0/tutorials/part-1-create-your-first-project.html"&gt;Setting up a real world project&lt;/a&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;h4&gt;&lt;a&gt;Take Continua CI for a spin&lt;/a&gt;&lt;/h4&gt;

&lt;p&gt;&lt;a&gt; &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a&gt;The beta download links are pinned at the top of the &lt;/a&gt;Continua CI General Discussion forum&lt;/p&gt;

&lt;h4&gt;What if I find a bug?&lt;/h4&gt;

&lt;p&gt;Please post as much information as you can about your environment, the build of Continua CI you are using and the bug in the Continua CI Bug Reports forum.&lt;/p&gt;
</description><guid isPermaLink="false">694</guid></item><item><title>Introducing Continua CI - Beta</title><link>https://www.finalbuilder.com/resources/blogs/postid/692/introducing-continua-ci-beta</link><category>Continua CI,FinalBuilder Server</category><pubDate>Sun, 20 Jan 2013 10:13:42 GMT</pubDate><description>&lt;p&gt;We have now opened up the Beta program for Continua CI. &lt;/p&gt;

&lt;h2&gt;What is Continua CI&lt;/h2&gt;

&lt;p&gt;Continua CI is our next generation Continuous Integration server product. This product will replace FinalBuilder Server once it's released.&lt;/p&gt;

&lt;p&gt;Continua CI is a far more advanced CI server than FinalBuilder Server, it's not tied to FinalBuilder (although it works very nicely with it), Continua CI supports FinalBuilder, MSBuild, ANT, NANT &amp; Visual Studio as build engines (more will come in updates). The builds are performed by Agents, either on the same machine or on other machines as the Continua CI Server.&lt;/p&gt;

&lt;h5&gt;Version Control Support&lt;/h5&gt;

&lt;p&gt;In the initial release these version control systems will be supported :&lt;/p&gt;

&lt;p&gt;Bazaar, Git, Mercurial, Perforce, Subversion, SurroundSCM, TFS &amp; Vault&lt;/p&gt;

&lt;p&gt;Note that we have absolutely no plans to add support for Source Safe(it's long overdue for retirement). We will add support for others in the future where there is demand.&lt;/p&gt;

&lt;h5&gt;System Requirements&lt;br /&gt;
	 &lt;/h5&gt;

&lt;p&gt;Server :&lt;/p&gt;

&lt;p&gt;Windows Server 2003 or higher (no windows XP), .NET 4.0, SQLServer 2008 or higher, or PostgreSQL 9.1.3 or higher (this is the default db an installed with the server)&lt;/p&gt;

&lt;p&gt;Agent : Windows XP SP3 or higher, .NET 4.0 - other platform support is currently being investigated.&lt;/p&gt;

&lt;p&gt;Browser : HTML5 capable browser - IE9, Google Chrome 21 or higher, Firefox 14 or higher.&lt;/p&gt;

&lt;h5&gt;Licensing&lt;br /&gt;
	 &lt;/h5&gt;

&lt;p&gt;Out of the box, Free of charge, Continua supports :&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Unlimited Users&lt;/li&gt;
	&lt;li&gt;Unlimited Projects&lt;/li&gt;
	&lt;li&gt;Unlimited Configurations&lt;/li&gt;
	&lt;li&gt;1 Local Agent(on the same machine as the server)&lt;/li&gt;
	&lt;li&gt;1 Concurrent Build. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After that you can purchase concurrent build licenses. Once you have at least 1 license installed, you can use as many remote agents as you like, agents do not take up licenses, concurrent builds do.&lt;/p&gt;

&lt;p&gt;We explored many different licensing schemes and we believe this scheme will work out better for most people. The most common complaint about FinalBuilder Server was the per user licensing. Managing user licenses is easy when you have a small local team, but for larger distributed teams it becomes problematic. Most build servers have lots of projects but they are typically only running a few projects concurrently. Also, by not licensing agents, it allows you to have agents with specific capabilities. Agents report their capabilities to the server and are chosen for a build based the requirments of the project and the agent's capabilities. Say for example you have a project that is rarely built and it uses a specific tool and only installed on one machine, installing an agent on that machine will not tie up a license, it will only use a license when that project is being built.&lt;/p&gt;

&lt;h5&gt;Moving from FinalBuilder Server&lt;/h5&gt;

&lt;p&gt;There is unfortunately no direct migration from FinalBuilder Server. The two products are very different, so unfortunately the only option at this time is to start from scratch. We do have someone working on migration scripts, but those scripts will not get you fully up and running in Continua CI. The main issue has to do with where the FinalBuilder project files live in FB Server (on the server) vs Continua CI (in your version control system).&lt;/p&gt;

&lt;p&gt;I recommend reading &lt;a href="https://wiki.finalbuilder.com/pages/viewpage.action?pageId=655774"&gt;this page&lt;/a&gt; to help understand the different concepts between the two products.&lt;/p&gt;

&lt;h5&gt;How much will I have to pay when it's released?&lt;/h5&gt;

&lt;p&gt;If you have a current FinalBuilder Server Users Software Assurance Subscription at the time of release, we will convert your FinalBuilder Server User licenses into Continua Concurrent Build licenses (2 users = 1 concurrent build license).&lt;br /&gt;
	&lt;br /&gt;
	New Concurrent Build licenses will be priced at US$199.&lt;/p&gt;

&lt;h5&gt;How do I get it?&lt;/h5&gt;

&lt;p&gt;The beta download links are pinned at the top of the &lt;a href="https://forums.finalbuilder.com/c/continua-ci/discussion"&gt;Continua CI General Discussion forum&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;Can I see some Documentation?&lt;/h5&gt;

&lt;p&gt;Yes, the product documentation is &lt;a href="https://wiki.finalbuilder.com/display/continua/Continua+CI"&gt;here&lt;/a&gt;. The documentation is still being written however there is fair bit there already.&lt;/p&gt;

&lt;h5&gt;What if I find a bug?&lt;/h5&gt;

&lt;p&gt;Please post as much information as you can about your environment, the build of Continua CI you are using and the bug in the &lt;a href="https://forums.finalbuilder.com/c/continua-ci/bugs"&gt;Continua CI Bug Reports forum&lt;/a&gt;.&lt;/p&gt;
</description><guid isPermaLink="false">692</guid></item><item><title>DUnit and FinalBuilder/FinalBuilder Server - better integration.</title><link>https://www.finalbuilder.com/resources/blogs/postid/414/dunit-and-finalbuilderfinalbuilder-server-bette</link><category>FinalBuilder,FinalBuilder Server</category><pubDate>Sun, 14 Nov 2010 03:00:00 GMT</pubDate><description>&lt;p&gt;FinalBuilder has had an NUnit action for some time now, but for DUnit we have always advocated just compiling the unit test executable as a console app using the TextTestRunner, and using the Execute Program action. This has worked fine, however it doesn't provide the same sort of integration into FinalBuilder Server as the NUnit action provides.&lt;/p&gt;

&lt;p&gt;FinalBuilder 7.0.0.848 or later includes a new DUnit action. This action is designed to run DUnit test applications that are written as console apps, and use the FinalBuilder.XMLTestRunner.pas file to run the unit tests. This unit produces and xml report file in the same format as NUnit, which means that FinalBuilder already knows how to parse it. Also included in the FinalBuilder\DUnit folder is an XSL stylesheet and a CSS file to transform the xml report file to html (which can be done using the TransformXML action. The FinalBuilder.XMLTestRunner is a combination of the xml test runner and the text test runner. It still writes out to the console (which the action sends to the FinalBuilder log) and it also writes the xml report file.&lt;/p&gt;

&lt;p&gt;When the DUnit action is used under FinaBuilder Server 7.x - the DUnit results are shown on the Status page :&lt;/p&gt;

&lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://cdn.finalbuilder.com/blog/dunitsummary.png" /&gt;&lt;/p&gt;

&lt;p&gt;and in a separate tab on the Build Log page :&lt;/p&gt;

&lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://cdn.finalbuilder.com/blog/dunitpass.png" width="600" /&gt;&lt;/p&gt;

&lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://cdn.finalbuilder.com/blog/dunitfailure.png" width="600" /&gt;&lt;/p&gt;

&lt;p&gt;The Passes and Failures can be inspected by clicking on the green or red buttons.&lt;/p&gt;

&lt;p&gt;The FinalBuilder\DUnit folder also includes a simple example test application which shows how to structure your test executable to use the FinalBuilder.XMLTestRunner.&lt;/p&gt;

&lt;p&gt;FinalBuilder 7.0.0.848 is available - disclaimer - please note it is a Test build, which means it's a build which contains bug fixes and or new features since the last official update, but has not had the same testing applied to it as an official update build would.&lt;/p&gt;
</description><guid isPermaLink="false">414</guid></item><item><title>Broken the Build? Time to get your just desserts</title><link>https://www.finalbuilder.com/resources/blogs/postid/686/broken-the-build-time-to-get-your-just-desserts</link><category>FinalBuilder Server</category><pubDate>Thu, 08 Jan 2009 03:00:00 GMT</pubDate><description>&lt;p&gt;Suma, a frustrated stackoverflow member, recently asked "&lt;a href="https://stackoverflow.com/questions/211426/what-punishment-do-you-have-when-someone-on-the-team-breaks-the-build"&gt;what other teams do when someone breaks the build?&lt;/a&gt;"&lt;br /&gt;
&lt;br /&gt;
The answers, including photo evidence, were definitely some of the more humourous I've seen on stackoverflow.&lt;br /&gt;
&lt;br /&gt;
I think I prefer Jeff Atwood's penance of doughnuts over physical foam assault and humiliation, but that's just because of my sweet tooth and not my kindheartedness. &lt;img alt="" src="/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;&lt;/p&gt;

&lt;div style="text-align: center;"&gt;&lt;img alt="Penance of doughnuts - Jeff Atwood" height="289" src="https://cdn.finalbuilder.com/blog/penance-of-doughnuts.jpg" width="500" /&gt;&lt;/div&gt;

&lt;p style="text-align: right;"&gt; Image source: &lt;a href="https://stackoverflow.com/questions/211426/what-punishment-do-you-have-when-someone-on-the-team-breaks-the-build"&gt;Jeff Atwood on stackoverflow.com&lt;/a&gt;&lt;/p&gt;

&lt;p style="text-align: left;"&gt;If you fear being the target of a Nerf assault, perhaps FinalBuilder Server can help with its Build Responsibility flag. By taking responsibility for fixing the build you can mitigate the wrath of angry team members.&lt;/p&gt;
</description><guid isPermaLink="false">686</guid></item><item><title>Pervasiveness of Continuous Integration</title><link>https://www.finalbuilder.com/resources/blogs/postid/680/pervasiveness-of-continuous-integration</link><category>FinalBuilder Server</category><pubDate>Tue, 02 Sep 2008 04:00:00 GMT</pubDate><description>&lt;h4 align="center"&gt;&lt;font size="4"&gt;Do you currently use a Continuous Integration system?&lt;/font&gt;&lt;/h4&gt;

&lt;p align="center"&gt;&lt;img alt="Continuous Integration among FinalBuilder Users" src="https://www.finalbuilder.com/images/2008-survey-charts/2008-survey-CI-system.png" /&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;Since releasing the full featured FBServer in April, we’ve seen healthy growth in its adoption as a Continuous Integration Server; however, the 2008 FB Survey showed quite low adoption of Continuous Integration systems in general among FinalBuilder users.&lt;br /&gt;
	&lt;br /&gt;
	More importantly, of those not using any CI system, 2/3’s did not intend to start using a CI system in the next 12 months!&lt;/p&gt;

&lt;h4 align="center"&gt;&lt;font size="4"&gt;Do you plan to start using a Continuous Integration system within the next 12 months?&lt;/font&gt;&lt;/h4&gt;

&lt;p align="center"&gt;&lt;img alt="Future Continuous Integration adoption amoung FinalBuilder Users" src="https://www.finalbuilder.com/images/2008-survey-charts/2008-survey-CI-system-12-months.png" /&gt;&lt;/p&gt;

&lt;p&gt;For users of an automated build tool, most of whom have free access to a very easy-to-configure &lt;a href="/finalbuilder-server" target="_blank"&gt;Continuous Integration server&lt;/a&gt;, these are incredibly low proportions! I can only speculate that perhaps the benefits of CI aren’t as well known, or appreciated, as the benefits of a fully automated build and release process.&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;---&lt;/p&gt;

&lt;p&gt;&lt;font size="2"&gt;This is the 3rd post in a series discussing insights uncovered in the 2008 FinalBuilder survey. &lt;/font&gt;&lt;/p&gt;
</description><guid isPermaLink="false">680</guid></item><item><title>Big day today...</title><link>https://www.finalbuilder.com/resources/blogs/postid/599/big-day-today</link><category>Automise,FinalBuilder Server</category><pubDate>Mon, 21 May 2007 04:00:00 GMT</pubDate><description>&lt;p&gt;A day of releases today.  FinalBuilder 5.5 is released today, and so is our newest product, FinalBuilder Server!&lt;br /&gt;
	&lt;br /&gt;
	FinalBuilder 5.5 adds plenty of minor enhancements (including support for CodeGear Delphi 2007), bug fixes, etc, but the main thing is that the Professional version now gets a license of FinalBuilder Server thrown in!  That's how we're justifying the jump from 5.0 to 5.5 :)  We've already received a ton of very positive feedback on FinalBuilder Server, and I must say that it is quite nice to use.&lt;br /&gt;
	&lt;br /&gt;
	In a nutshell, FinalBuilder Server is a web interface for centralizing and managing your builds.  It relies on the FinalBuilder FBCMD.exe underneath as the build engine, but there are significant differences especially as far as logging is concerned.  There is now a separate logging server, and FBCMD redirects all the logging to that server.  This means that you can run more than one instance of the same project at the same time - plus of course FB Server needs access to the logs during and after the builds so that it can display the log output, statistics, build history etc.&lt;br /&gt;
	&lt;br /&gt;
	FinalBuilder Server has been almost a year in development, and we've had quite a long beta period for it too.  We have really been concentrating on ease-of-use and quality.  Many features were put on the todo list instead of implemented straight away because the number one goal was to build a very solid base to work on.  It's been running the FinalBuilder, FinalBuilder Server, and Automise builds for almost 5 months now, and we've had a fair number of customers use it during the beta - so, finally, today is the day for it's first release :)&lt;br /&gt;
	&lt;br /&gt;
	More information on FinalBuilder Server here: &lt;a href="/finalbuilder-server" target="_blank"&gt;https://www.finalbuilder.com/finalbuilder-server&lt;/a&gt;&lt;br /&gt;
	&lt;br /&gt;
	Also - I forgot to blog about it before, but Automise 2 was released a couple of weeks ago.  We added over 140 actions - there's some seriously cool stuff in there :)  &lt;/p&gt;
</description><guid isPermaLink="false">599</guid></item></channel></rss>