-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Platform: PC, OS: Windows XP
Setup:
. hudson 1.49
. make cvs module with one branch
. make hudson build software task for HEAD and for branch
. make some changes in HEAD
Bug:
. changelog for task in branch contains changes in HEAD
. if i have changes in branch, i see it in changelog for task in HEAD
Confirmed, although the steps to reproduce this is bit more tricky.
You have to:
1. build either trunk or branch job to obtain the baseline
2. make a change in the trunk
3. make a change in the branch
4. build the same job you built on 1
5. notice that it contains both changes
The changelog parser needs to be smart enough to filter out changes for
unrelated branches.