Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » change report plugin
change report plugin [message #1697107] Mon, 01 June 2015 15:55 Go to next message
Douglas Moore is currently offline Douglas MooreFriend
Messages: 26
Registered: July 2012
Junior Member
Is there a plugin that can generate/export a change report from build to build.
The purpose is to provide management a report of all the svn commit comments since a specific build. I haven't been able to find anything in the plugin directory so just want to double check.

Re: change report plugin [message #1697148 is a reply to message #1697107] Mon, 01 June 2015 22:55 Go to previous messageGo to next message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
I'm not aware of any such plugins. The nearest I can think of is to look at the recent changes link in the job page that list the changes went in to various builds.

Example: http://ci.hudson-ci.org/job/core.hudson_core/changes

Though not ideal, you may be able to cut and paste the changes between builds.


Winston Prakash
Eclipse Hudson team
Re: change report plugin [message #1697365 is a reply to message #1697107] Wed, 03 June 2015 12:57 Go to previous message
Raymond Breuer is currently offline Raymond BreuerFriend
Messages: 2
Registered: May 2015
Junior Member
svn provides the tools to generate such an overview e.g. the below line will give an overview of the changes made in the last month.

svn log -r {2015-5-1}:HEAD > changes_since_2015_5_1.txt

For more options use svn help log
Previous Topic:Hudson 3.2.2 Login error
Next Topic:Old Hudson cannot checkout from Cloudforge - what is the simplest way to fix?
Goto Forum:
  


Current Time: Fri Apr 19 21:53:07 GMT 2024

Powered by FUDForum. Page generated in 0.03040 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top