You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
Controller is running Debian 12.
Reproduction steps
Create a SSH key that's not RSA
Try to build
Expected Results
I expected it to have no issues.
Actual Results
Nothing was provisioned.
Anything else?
java.lang.ClassCastException: class net.i2p.crypto.eddsa.EdDSAPublicKey cannot be cast to class java.security.interfaces.RSAPublicKey (net.i2p.crypto.eddsa.EdDSAPublicKey is in unnamed module of loader jenkins.util.URLClassLoader2 @328d6483; java.security.interfaces.RSAPublicKey is in module java.base of loader 'bootstrap')
at cloud.dnation.jenkins.plugins.hetzner.Helper.getSSHPublicKeyFromPrivate(Helper.java:74)
at cloud.dnation.jenkins.plugins.hetzner.HetznerCloudResourceManager.getOrCreateSshKey(HetznerCloudResourceManager.java:205)
at cloud.dnation.jenkins.plugins.hetzner.HetznerCloudResourceManager.createServer(HetznerCloudResourceManager.java:243)
at cloud.dnation.jenkins.plugins.hetzner.NodeCallable.call(NodeCallable.java:42)
at cloud.dnation.jenkins.plugins.hetzner.NodeCallable.call(NodeCallable.java:30)
at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Controller is running Debian 12.
Reproduction steps
Expected Results
I expected it to have no issues.
Actual Results
Nothing was provisioned.
Anything else?
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: