As Java developers are discovering the advantages to moving from Cruise Control to Hudson there seems to be an obvious requirement to create a plugin to Hudson for VersionOne. As with CruiseControl an Integration into Hudson will provide;

- To understand a story, in context of what changes have already been committed into source control, as a developer using VersionOne I would like to have direct access to a specific change set in our source control system. This would be helpful when: 1) a build breaks and I want to identify the potential files that caused the failure 2) a defect has been submitted with a reference to a VersionOne story that I may not have worked on previously or a significant timeframe has elapsed since I’ve worked on it.

- To understand a story, in context of a failed system, integration, or regression test suite, as a quality assurance member using VersionOne I would like to have direct access to a specific change set in our source control system. This would be helpful to: 1) analyze the impact of the change 2) identify the developer for rework or discussion.

Comments