exception

Aborted Exception

shutdown physical agent

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

before fully initialized

references:

after fully initialized

  • sample in CI

  • more samples

Last updated

Was this helpful?