The source project of this merge request has been removed.
scripts/stuck_systems: ignore nodes when offlineCause is not set
It seems that Jenkins API can sometimes return node data without setting offlineCause (i.e. when node is online), but this doesn't happen in every case so it was missed earlier. This moves on when offlineCause is not in the node dict.