Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
jenkins 2.111,
workflow-durable-task-step 2.19
kubernetes-1.6.0
Description
We have recently updated our Jenkins installation from 2.101 to 2.111 including every plugin related to pipeline.
Since this update every shell «sh» invocation is really slower than before. shell invocation was taking few millisecond before. it is now taking seconds.
So job that were taking 1:30 minutes or taking up to 25:00 minutes.
We are trying to figure out which plugin is related
Attachments
Issue Links
- links to
The PR applies to a specific plugin. I can't pin it down to a specific plugin.
https://github.com/jenkinsci/kubernetes-plugin/pull/425/files seems to use reflection to make a general change to the java runtime. I would like to try that, but I don't know how to apply it. Do I have to develop a dummy plugin or can I otherwise hook into the runtime?