How can I auto increment the C# assembly version via our CI platform (Hudson)?

Here’s what I did, for stamping the AssemblyFileVersion attribute. Removed the AssemblyFileVersion from AssemblyInfo.cs Add a new, empty, file called AssemblyFileInfo.cs to the project. Install the MSBuild community tasks toolset on the hudson build machine or as a NuGet dependency in your project. Edit the project (csproj) file , it’s just an msbuild file, and … Read more

Bamboo Vs. Hudson(a.k.a. Jenkins) vs Any other CI systems [closed]

Disclaimer: I work on Bamboo and therefore I am not going to comment on features of other CI products since my experience with them is limited. To answer your specific requirements: Handle multiple languages Bamboo has out of the box support for multiple languages. Customers use it with Java, .Net, PHP, JavaScript etc. That being … Read more

Hudson vs Jenkins in 2012 [closed]

I have used both Hudson and Jenkins. I have been following both change lists. I still think we made the right choice by moving from Hudson to Jenkins. The Hudson core developers are now working on Jenkins. Those who are still employed by Oracle are the ones mainly supporting Hudson (as far as I am … Read more

Is there a way to keep Hudson / Jenkins configuration files in source control?

Most helpful Answer There is a plugin called SCM Sync configuration plugin. Original Answer Have a look at my answer to a similar question. The basic idea is to use the filesystem-scm-plugin to detect changes to the xml-files. Your second part would be committing the changes to SVN. EDIT: If you find a way to … Read more

What is the JUnit XML format specification that Hudson supports?

I did a similar thing a few months ago, and it turned out this simple format was enough for Hudson to accept it as a test protocol: <testsuite tests=”3″> <testcase classname=”foo1″ name=”ASuccessfulTest”/> <testcase classname=”foo2″ name=”AnotherSuccessfulTest”/> <testcase classname=”foo3″ name=”AFailingTest”> <failure type=”NotEnoughFoo”> details about failure </failure> </testcase> </testsuite> This question has answers with more details: Spec. for … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)