Top 5 Open Source Release Management Tools | List of Best Release Management Tools

top-5-open-source-release-management-tool
Few days ago, I published an article in which i covered the topic Top five release management tools which are high in trend these days. Today, I am going to write on the same topic but there is one difference, today we will discuss about open source release management tools.
In this article I am going to share top 5 open source tools for Release Management. But, if you want to know about Release management and it’s benefits than you can check out the previously written article here.
So, Without any further ado in this article, let’s directly move to the main section.
Let’s check out open source release management tools.
1. CruiseControl
 CruiseControl
CruiseControl basically known as continuous integration tool. It can be used in Release management process. Cruisecontrol is an open source tool which is written in java and supports cross platform and it was developed by CruiseControl development team and initially released in the year 2001. You can extend this tool with the help of plugins and extensions.

2. Luntbuild
Luntbuild
LuntBuild is known as Build management and continuous integration tool. This one is another open source release management tool which is written in java ans supports cross platform. This tool is developed by PMEase. This tool is easy to install and configure. It has a clean web interface.

3. Maven
Maven
Maven is also known as build tool but it’s also an open source release management tool which is written in java and supports cross platform. Maven was initially released in the year 2004 and developed by Apache Software Foundation. Maven can also be used to build and manage projects written in C#, Ruby, Scala, and other languages.

4. Jenkins
Jenkins
Jenkins is one of the most popular tool for Continuous integration but it can be used as a release management software. This software is written in java and it was initially released in the year 2011. It was developed as a Hudson project as Sun Microsystems which was later take over by Oracle corporation. The great thing about this tool is its functionality can be extended with plugins.
5. Subversion (SVN)

Subversion (SVN)

Subversion or SVN is a versioning and revision control system but it also can be used as Release management software . You can say this one is the leading release management tool in the open source category. This tool is written in C and it supports cross platform was developed by  CollabNet Inc in the year 2000.

So, That’s it. Now it’s your turn , share your views in this article and if you think this list should contain some other tools instead of this than fee free to share with us the in the comment section below.

Tagged : / / / / / / / / / / / / /

Bamboo Vs TeamCity Vs CruiseControl – Continuous Integration Expert Review

bamboo-vs-teamcity-vs-crui

Difference between Bamboo Vs TeamCity Vs CruiseControl
TEAMCITY

  • TC pre-tested commit is good.
  • TC integrates to Visual Studio which is our main IDE.
  • JetBrains are more focused on supporting .NET builds than Atlassian is, since JetBrains actually has .NET products so they use it internally.
  • Support for .Net projects, as well as Java, in the same product (nice if you need it).
  • Server-side code coverage analysis (you could get the same results by running EMMA from the Ant build.xml)
  • Server-side static code analysis using IDEA inspections (nice but relies on using IDEA for development – Checkstyle and FindBugs could do something similar from Ant).
  • Pre-tested commits. Sends your changes to the CI server for building before committing to version control. Your changes are only checked-in if the build succeeds and all tests pass.

BAMBOO

  • Bamboo JIRA integration is awesome. I wish TeamCity provides that kind of integration.
  • Bamboo on the other hand looks like a great tool too. It has so many plugins (just like JIRA). It looks nice as well. I can live without VSTD integration, but I really wanted pre-tested commit. Just a note: I did create a feature request ticket to Atlassian telling them about TC’s pre-tested commit feature.

CruiseControl

  • “CruiseControl is a framework for a continuous build process.”
  • “Bamboo is a continuous integration build server that offers heaps of insight on build processes and patterns via solid reporting metrics.”
  • “TeamCity is an innovative, IDE independent, integrated team environment targeted for .NET and Java software developers and their managers.”
  • “AnthillPro3 is a third generation Build Management Server.”

Links and Reference:
http://blog.chris-read.net/2007/02/21/quick-comparison-of-teamcity-12-bamboo-10-and-cruisecontrol-26/
http://blog.uncommons.org/2006/12/08/teamcity/
http://poorinnerlife.blogspot.com/2007/09/bamboo-disappointment.html

Tagged : / / / / / / / / / / / / / / / / / / / / / / / / / / /