jenkinsci / jenkinsci/subversion-plugin
[JENKINS-23498] Add an option to skip the changelog generation
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Sometimes the SVN checkout and changelog generation procedures take much time due to the big number of svn:external dependencies.
Our use-case:
- checkout = 10min
- changelog calculation = 15min
It would be great to have an option, which temporarily disables the calculation of changelogs in such cases (e.g. for the job development purposes).
---
Originally reported by
oleg_nenashev, imported from: Add an option to skip the changelog generation
Raw content of original issue
Sometimes the SVN checkout and changelog generation procedures take much time due to the big number of svn:external dependencies.
Our use-case:
- checkout = 10min
- changelog calculation = 15min
It would be great to have an option, which temporarily disables the calculation of changelogs in such cases (e.g. for the job development purposes).
Contributor guide
Assessment
This issue has not been assessed yet.