Action when node is offline

Hi everyone!.

I want to know if is possible to get an action when node turn offline when build is in progress.
Sometimes, our server is donw for multiple reasons, and the job staid in “node is offline”, and process still waiting to comeback.

Is posible to wait just a few minuts and trigger expecific action (steps) or just abort the job?

Regards.

You can wrap your steps in a timeout step so they don’t run forever.

You can implement your own plugin that implements a ComputerListener where you can react when a node goes offline.