-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
OS: Ubuntu 18.04
Jenkins version: 2.121.3
Git Parameter version: 0.9.4
Hello.
I have a deployment job with about 26 branch selectors. It takes about 3-4 minutes to load the menu with all branches using git parameter plugin. But I noticed that it takes only 10 seconds If I will clone the job and will do the same in the cloned job. But after a period of time it will also become slow.
I suppose that it is possible to load branches fast for every deployment. I tried to wipe workspace and to restart Jenkins. But it didn't help.
Please let me know if you need some additional info.
Update: Just updated Jenkins till 2.138.2 and Git parameter till 0.9.6. Issue still persists.
[JENKINS-54171] Git parameter branch selector becomes slow after a period of time
Summary | Original: Git parameter branch selector becomes slow afeter a period of time | New: Git parameter branch selector becomes slow after a period of time |
Description |
Original:
Hello. I have a deployment job with about 26 branch selectors. It takes about 3-4 minutes to load the menu with all branches using git parameter plugin. But I noticed that it takes only 10 seconds If I will clone the job and will do the same in the cloned job. But after a period of time it will also become slow. I suppose that it is possible to load branches fast for every deployment. I tried to wipe workspace and to restart Jenkins. But it didn't help. Please let me know if you need some additional info. |
New:
Hello. I have a deployment job with about 26 branch selectors. It takes about 3-4 minutes to load the menu with all branches using git parameter plugin. But I noticed that it takes only 10 seconds If I will clone the job and will do the same in the cloned job. But after a period of time it will also become slow. I suppose that it is possible to load branches fast for every deployment. I tried to wipe workspace and to restart Jenkins. But it didn't help. Please let me know if you need some additional info. *Update:* Just updated Jenkins till 2.138.2 and Git parameter till 0.9.6. Issue still persists. |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Attachment | New: image-2018-10-31-21-15-59-629.png [ 45017 ] |
Hi,
In this issue JENKINS-36833 I added synchronization block but after that I changed way to get branch or tag.
Currently synchronization block is necessary only when the plugin getting revisions.
I will try release plugin in this week