jenkinsci / jenkinsci/git-plugin
[JENKINS-46922] Option to disable the changelog while getting jenkinsfile from git
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
It taken a lot of time to get revision list from git while getting jenkinsfile
git rev-list e4b4b57f7d79b19f11acdaef7a5a50866d9d763b # timeout=10
I would be nice to have option to avoid changelog creation during getting jenkinsfile from git (like on checkout operation)
---
Originally reported by slavik334, imported from: Option to disable the changelog while getting jenkinsfile from git
Raw content of original issue
It taken a lot of time to get revision list from git while getting jenkinsfile
git rev-list e4b4b57f7d79b19f11acdaef7a5a50866d9d763b # timeout=10
I would be nice to have option to avoid changelog creation during getting jenkinsfile from git (like on checkout operation)
environment
```
Jenkins 2.60.1
Git plugin 3.4.1
```
Contributor guide
Assessment
This issue has not been assessed yet.