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 ?
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)