﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Ayende @ Rahien</title><link>http://ayende.com</link><description>Ayende @ Rahien</description><copyright>Copyright (C) Ayende Rahien  2004 - 2021 (c) 2026</copyright><ttl>60</ttl><item><title>Sebastian Jancke commented on How to expose an OSS build server?</title><description>Ayende,
  
  
I have been comparing a lot build / ci systems lately. CC.NET drove me crazy (ui sux, sorry) and it's hard to manage a lot of projects in a single instance (no administration in ui). Sadly, CC is so much better (on the ui), but that quality has not been ported (currently). TeamCity is really nice, but you have been talking about OSS, so read on ;-)
  
  
My suggesting would be to try Hudson. It's written in java as an extensible build and ci system. It currently supports nearly all scms one can imagine to really use, has integration for msbuild and nant, also other plugins for warnings-tracking support msbuild-output, the plugin for violations-tracking supports (among java-tools) also fxcop, stylecop and simian. You can have an nunit-report-transformation plugin out of the box. The whole project is currently really active and Sun has been putting one fulltime developer (the project initiator) on it. There are plenty of plugins for all kinds of things: building, reports, notification (mail, jabber, ...), integration for popular authentification and authorization systems (ads, ldap, ...). 
  
The best: it has a "complete" remote api.
  
  
Developing new plugins is fairly easy (or modifing existing ones).
  
  
Usually, I'm not demanding good ui configuration, but we have to deal with lot of projects in multiple instances. Hudson has an amazing fast, good-looking ui, that gives you a lot of help and guidance, so using and configuring it is a really easy task.
  
  
-Sebastian
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment26</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment26</guid><pubDate>Thu, 25 Sep 2008 21:03:09 GMT</pubDate></item><item><title>Rinat Abdullin commented on How to expose an OSS build server?</title><description>Dave,
  
  
I see your point. But in a project with lots of commits per day ("commit early") there will be too many binary versions saved on the server. What's the point?
  
  
I normally configure integration to copy binary to "Distrib/[Version]" only on Forced Build or if there is "#Distrib" switch in the commit message
  
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment25</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment25</guid><pubDate>Tue, 23 Sep 2008 10:43:54 GMT</pubDate></item><item><title>Jeff Brown commented on How to expose an OSS build server?</title><description>For Gallio I just put CCNet up.
  
  
Initially I had it set so that the Force Build button was disabled, but that was too much of a pain.  I figure the worst someone can do is to cause a bunch of redundant builds.  Not much of a serious DOS worry because builds get queued anyways.
  
  
Then there's a virtual directory pointing at the distributables for download.  This is just a raw directory listing so it's not really intended for end-users.
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment24</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment24</guid><pubDate>Tue, 23 Sep 2008 05:08:38 GMT</pubDate></item><item><title>MIke commented on How to expose an OSS build server?</title><description>I have had a great experience with Team City...no xml and a snap to access artifacts.
  
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment23</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment23</guid><pubDate>Sat, 20 Sep 2008 03:06:18 GMT</pubDate></item><item><title>Dave commented on How to expose an OSS build server?</title><description>Rinat, 
  
  
that's true, but this is meant for people accessing them from non-development machines. So somebody who needs a specific build doesn't have to have a development environment ready - for example, if a tester wants to reproduce a bug and determine in which version exactly was it introduced, they don't have to be able or know how to build them.
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment22</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment22</guid><pubDate>Fri, 19 Sep 2008 05:25:13 GMT</pubDate></item><item><title>Rinat Abdullin commented on How to expose an OSS build server?</title><description>Dave, 
  
  
what's the point?
  
You still can produce exactly the same binaries on any machine, if you know the revision, cannot you?
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment21</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment21</guid><pubDate>Thu, 18 Sep 2008 20:08:05 GMT</pubDate></item><item><title>Dave commented on How to expose an OSS build server?</title><description>Not sure if this will be helpful (since it's also one of those "copy build artifacts" solutions), but our build automatically commits build artifacts to a SVN tag in a special repository (which can use different permissions). Since every successful build does this, we have a complete history of our build's outputs available through the standard SVN interface... Pretty easy to implement, too.
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment20</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment20</guid><pubDate>Thu, 18 Sep 2008 14:15:56 GMT</pubDate></item><item><title>dave commented on How to expose an OSS build server?</title><description>Ditto the 2 virtual directories idea.  Easy peasy.
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment19</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment19</guid><pubDate>Wed, 17 Sep 2008 23:34:28 GMT</pubDate></item><item><title>Rinat Abdullin commented on How to expose an OSS build server?</title><description>1. You can disable starting builds from the dashboard (and use commit-line switches to let people control the builds).
  
  
2. Dashboard can be secured completely by IIS Authentication and you can keep the XmlServerReport.aspx public to let CCTray connect in read-only mode.
  
  
3. If you copy the artifacts and the other projects deliverables to some Distrib/[BuildLabelName] folder, just make this folder available through the FTP.
  
  
4. Just run everything on the VM and you should close the majority of threats from script-through-SVN.
  
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment18</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment18</guid><pubDate>Wed, 17 Sep 2008 14:17:31 GMT</pubDate></item><item><title>Eric Hauser commented on How to expose an OSS build server?</title><description>Isn't http://builds.castleproject.org/ what you are looking for?  I'm not sure how the out is produced, but it is obviously based off of CC.NET.
  
  
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment17</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment17</guid><pubDate>Wed, 17 Sep 2008 13:02:43 GMT</pubDate></item><item><title>ruben Willems commented on How to expose an OSS build server?</title><description>Security is in the pipeline for ccnet,
  
we hope to get it in the next release 1.4.1?
  
somewhere in the next months.
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment16</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment16</guid><pubDate>Wed, 17 Sep 2008 12:17:31 GMT</pubDate></item><item><title>Peter Mounce commented on How to expose an OSS build server?</title><description>Thoughtworks Studios' Cruise.
  
* 5 minutes to set up
  
* XML config, but easy XML
  
* Basic security model; I think you can then restrict people from DOS'ing (I haven't needed to look beyond "oh, basic security exists")
  
* Publish artifacts via RESTful API
  
* Split build ("pipeline") up into stages containing parallelisable jobs (decrease complexity of build scripts, at the cost of (if more than one agent being used) pushing artifacts to and from the server)
  
* Free for 2 build agents
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment15</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment15</guid><pubDate>Wed, 17 Sep 2008 08:25:44 GMT</pubDate></item><item><title>Ryan Roberts commented on How to expose an OSS build server?</title><description>The CI factory fork of ccnet has some minimal security built in. Hudson is another possibility that's nearly as simple to get going as teamcity.
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment14</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment14</guid><pubDate>Wed, 17 Sep 2008 07:57:52 GMT</pubDate></item><item><title>Torkel commented on How to expose an OSS build server?</title><description>I am also interested in this, I just configured a ccnet server on a public server and was also hit by the lack of security. 
  
  
How does the castle build handle this? Also teamcity looks good, and the professional licence is free, did not know that, I will try it! 
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment13</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment13</guid><pubDate>Wed, 17 Sep 2008 07:25:15 GMT</pubDate></item><item><title>Patrick De Boeck commented on How to expose an OSS build server?</title><description>FTP your artifacts using MSBuild to your online server, but keep the CI private 
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment12</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment12</guid><pubDate>Wed, 17 Sep 2008 07:04:38 GMT</pubDate></item><item><title>Sergey commented on How to expose an OSS build server?</title><description>Example of Exposed TeamCity
  
http://teamcity.jetbrains.com/overview.html
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment11</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment11</guid><pubDate>Wed, 17 Sep 2008 06:47:39 GMT</pubDate></item><item><title>josh commented on How to expose an OSS build server?</title><description>have you tried asking hammet or one of the castle guys (like you ;)  how the castle build server outputs status?
  
  
http://builds.castleproject.org/cruise/index.castle
  
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment10</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment10</guid><pubDate>Wed, 17 Sep 2008 06:40:32 GMT</pubDate></item><item><title>josh commented on How to expose an OSS build server?</title><description>Maybe I'm thinking of another build system.. don't find the one single plugin I thought existed.  I'll check my work CI tomorrow.  In the meantime. you can do it with a little XSL and ccnet features..
  
  
xsl plugin to transform xml reports by ccnet:
  
http://ccnet.sourceforge.net/CCNET/XSL%20Report%20Build%20Plugin.html
  
  
publish the file:
  
http://ccnet.sourceforge.net/CCNET/Build%20Publisher.html
  
  
some help:
  
http://ccnet.sourceforge.net/CCNET/index.html
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment9</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment9</guid><pubDate>Wed, 17 Sep 2008 06:39:02 GMT</pubDate></item><item><title>Si commented on How to expose an OSS build server?</title><description>Just create 2 virtual directories:
  
  
First is CC.NET and has anonymous access disabled
  
Second is the build artifacts directory has anonymous access enabled
  
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment8</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment8</guid><pubDate>Wed, 17 Sep 2008 06:28:53 GMT</pubDate></item><item><title>Ayende Rahien commented on How to expose an OSS build server?</title><description>The plugin name would be very welcome
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment7</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment7</guid><pubDate>Wed, 17 Sep 2008 06:20:22 GMT</pubDate></item><item><title>Ayende Rahien commented on How to expose an OSS build server?</title><description>I am talking about the build report and the build artifacts.
  
I know I can just copy them somewhere, I am trying to see if there is a good story around that.
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment6</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment6</guid><pubDate>Wed, 17 Sep 2008 06:19:55 GMT</pubDate></item><item><title>josh commented on How to expose an OSS build server?</title><description>are you talking about the build status reports? if so, I believe there is a ccnet plugin that will output the status to an html file which can be on a web server of course.  I  have a ccnet server running at home and at work; and the one at work might be using that plugin.  I'll check tomorrow.
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment5</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment5</guid><pubDate>Wed, 17 Sep 2008 06:06:03 GMT</pubDate></item><item><title>Chad Myers commented on How to expose an OSS build server?</title><description>@Ayende:
  
  
Hrm, I can't remember off the top of my head, but I think CC.NET and TeamCity both have the ability to run post-successful-build command-line scripts.
  
  
Could you just have it/them FTP the artifact to your web server somewhere?
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment4</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment4</guid><pubDate>Wed, 17 Sep 2008 06:04:45 GMT</pubDate></item><item><title>Nick commented on How to expose an OSS build server?</title><description>I agree TeamCity is the greatest.  So easy to setup new builds, expose artifacts...  Pretty much is the greatest cc build tool I have seen.
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment3</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment3</guid><pubDate>Wed, 17 Sep 2008 04:59:09 GMT</pubDate></item><item><title>Ayende Rahien commented on How to expose an OSS build server?</title><description>I have tried that, but I don't think it is the solution. I need a way to publish state of builds, and get their artifacts, not the CI itself.
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment2</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment2</guid><pubDate>Wed, 17 Sep 2008 04:50:04 GMT</pubDate></item><item><title>Rob Conery commented on How to expose an OSS build server?</title><description>JetBrains TeamCity yo! It's free and groovy...
  
  
http://blog.wekeroad.com/2008/01/27/source-control-and-continuous-integration-on-the-cheap/
  
</description><link>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment1</link><guid>http://ayende.com/3597/how-to-expose-an-oss-build-server#comment1</guid><pubDate>Wed, 17 Sep 2008 04:46:14 GMT</pubDate></item></channel></rss>