-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swarm plugin on Jenkins Docker Image v2.279+ errors with: SSLSocketFactory not supported on JDK 9+ #107
Comments
Same issue here with jenkins 2.281. But the JDK in Jenkins is still 8:
|
This error occurs for me with jenkins 2.281 and swarm-plugin 1.9 |
Does it work now for you as well with 1.11? |
it works with 2.281 & 1.11 |
Checked 2.281 with plugin 1.11 and works again. Thanks for the quick solution |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since Jenkins updated it's docker image in 2.279, we've been unable to use the swarm plugin with a secured docker api. Downgrading to jenkins/jenkins:2.278 corrects the problem.
I've also put in Jenkins issue JENKINS-64877, but the problem hasn't been assigned. Any help y'all can provide would be greatly appreciated.
Stack trace when testing the connection information and trying to start a build. All of our addresses have the https protocol but the logs are changing the protocol to http:
And similarly, when a swarm agent tries to start:
The text was updated successfully, but these errors were encountered: