-
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
[JENKINS-111] changelog for HEAD contains changes from branch
glazachev
created issue -
Kohsuke Kawaguchi
made changes -
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Kohsuke Kawaguchi
made changes -
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
glazachev
made changes -
Status | Original: Resolved [ 5 ] | New: Verified [ 10000 ] |
Richard Bywater
made changes -
Status | Original: Verified [ 10000 ] | New: Closed [ 6 ] |
Jenkins IRC Bot
made changes -
Component/s | New: core [ 15593 ] | |
Component/s | Original: www [ 15484 ] |
R. Tyler Croy
made changes -
Workflow | Original: JNJira [ 130184 ] | New: JNJira + In-Review [ 199584 ] |
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.