Hi,
I installed jenkins (jenkins:2.319.1-lts-jdk11) and its agent (inbound-agent:4.11-1-jdk11) on a kubernetes cluster.
If I don’t use the agent, everything is OK.
But I can’t use the agent, everytime I run a job I have :
INFO: Failed to send back a reply to the request UserRequest:hudson.FilePath$Exists@3d7a2c37: hudson.remoting.ChannelClosedException: Channel “hudson.remoting.Channel@3926ed86:JNLP4-connect connection to jenkins-service/10.240.163.236:50000”: channel is already closed
then
WARNING: LinkageError while performing UserRequest:hudson.FilePath$Exists@450d159e
java.lang.NoClassDefFoundError: org/apache/commons/io/input/CountingInputStream
at java.base/java.lang.Class.getDeclaredFields0(Native Method)
at java.base/java.lang.Class.privateGetDeclaredFields(Unknown Source)
and at least, the pod agent stopped.
Is anyone can help me ?
Thanks
Michel