Details
-
Improvement
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
Dev
Description
I need one Change Log File for one SPRINT.
We have Sprint of 2 weeks and daily builds schedule and every day one jenkin change log is getting created
Can we merge 2 weeks Change Logs in single Change log file ?
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
I need one Change Log Details for one SPRINT. We have Sprint of 2 weeks and daily builds schedule. Can we merge 2 weeks Change Logs in single Change log ? |
I need one Change Log File for one SPRINT. We have Sprint of 2 weeks and daily builds schedule and every day one jenkin change log is getting created Can we merge 2 weeks Change Logs in single Change log file ? |
Summary | Merge one Sprint Change log | Merge one Sprint Change Log File |
Priority | Blocker [ 1 ] | Major [ 3 ] |
Component/s | plugin-proposals [ 15491 ] | |
Component/s | _test [ 19622 ] |
Assignee | Oleg Nenashev [ oleg_nenashev ] |
Workflow | JNJira [ 164620 ] | JNJira + In-Review [ 181655 ] |
IIRC I've responded to this question somewhere. The changelogs you want to get can be generated using SCM CLI tools. As a hacky way, you can also get webPages of existing jobs and merge them using XSLT or other XML conversion engines. AFAIK Jenkins has no functionality, which allows to do it without extra scripts.
I'm converting the issue to plugin proposals and reducing the priority (workaround exists)