-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.60.1
Git plugin 3.4.1
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)
I have a CI test and subtests running in parallel. So every subtest is a separate job. Every job during start gets pipeline from git. If there are several tests with subtests start running - they are trying to get pipeline scripts from git on Master node. And every time jenkins is trying to create changelog during git checkout. The CPU is on top at that moment.
I do not need git rev-list during jenkinsfile checkout and it will save Jenkins master resources. So it will be critically nice to have an option to disable changelog creation as we have it on checkout command in pipeline.
thanks.