-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Prod
My SQL query pipelines stopped working without any reason with error:
Timed out waiting for websocket connection. You should increase the value of system property org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator.websocketConnectionTimeout currently set at 30 seconds
I'm using Jenkins CI installed with Helm Chart, so I tried to set the system property in the values.yaml file as suggested here but it didn't work, I'm still getting the same error.
This is how my values file looks like:
javaOpts: "-Dproperty=org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator.websocketConnectionTimeout=300" jenkinsOpts: "-Dproperty=org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator.websocketConnectionTimeout=300"
I can see that some people already talked about this problem, but solution is not clear for me JENKINS-56939.
Using latest Kubernetes plugin version: 1.31.1
- duplicates
-
JENKINS-67483 Plugin incompatible with dependency kubernetes-client-api
- Resolved
- is caused by
-
JENKINS-67483 Plugin incompatible with dependency kubernetes-client-api
- Resolved