jenkinsci / apache-httpcomponents-client-5-api-plugin

Bundles Apache HttpComponents Client 5.x and allows it to be used by Jenkins plugins.
https://plugins.jenkins.io/apache-httpcomponents-client-5-api
MIT License
1 stars 1 forks source link

/var/run/docker.sock is broken #29

Closed Bergstein closed 10 months ago

Bergstein commented 10 months ago

Jenkins and plugins versions report

Can't, NDA.

What Operating System are you using (both controller, and any agents involved in the problem)?

Linux (Ubuntu)

Reproduction steps

Setup Docker cloud in Jenkins. No special configuration needed.

Expected Results

Jenkins can access Docker via unix socket, just as the elder gods intended.

Actual Results

Jenkins can't access Docker via unix socket, elder gods ain't happy.

Anything else?

First screenshot — 5.2.2-1.1, broken. Second screen shot — 5.2.1-1.1, works.

5 2 2-1 1 5 2 1-1 1

Are you interested in contributing a fix?

No response

strangelookingnerd commented 10 months ago

I guess there is nothing that could be fixed in this plugin since it only provides the dependencies. Maybe there was a (breaking) change in the latest HttpComponents release? We should forwarded this issue to the Docker plugin to validate it and potentially find a fix.

See: https://github.com/jenkinsci/docker-plugin/issues/1032