e.getClass() // class hudson.remoting.RequestAbortedException
e.cause // java.io.IOException: Unexpected termination of the channel
e.cause.getClass() // class java.io.IOException
e.cause.dump() // detailMessage=Unexpected termination of the channel
// cause=java.io.EOFException
e.message // java.io.IOException: Unexpected termination of the channel
shutdown pod
references:
before fully initialized
references:
Class org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException
after fully initialized
references:
e.getClass() // class hudson.remoting.RequestAbortedException
e.cause // java.nio.channels.ClosedChannelException
e.cause.getClass() // class java.nio.channels.ClosedChannelException
e.message // java.nio.channels.ClosedChannelException
e.suppressed.getClass() // class [Ljava.lang.Throwable
e.suppressed.collect { it.getClass() }.join('\n') // class hudson.remoting.Channel$CallSiteStackTrace
e.suppressed.collect { it.message }.join('\n') // Remote call to JNLP4-connect connection from 10.244.13.1/10.244.13.1:59576