You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JENKINS-46472 Ability to modify offline cause for offline computers.
Added ability to modify offline cause for offline computers.
ComputerWithDetails computer = ...
if (!computer.getOffline()){
computer.toggleOffline();
computer.changeOfflineCause("Scheduled for termination");
}
0 commit comments