Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-46472

Add support for changeOfflineCause on nodes

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Minor Minor
    • java-client-api
    • None

      It would be nice to be able to set or change the offline cause for nodes, so users can see why nodes are marked as offline.

      Like this

      ComputerWithDetails computer = ...
      if (!computer.getOffline()){
        computer.toggleOffline();
        computer.changeOfflineCause("Scheduled for termination");
      }
      

            khmarbaise Karl-Heinz Marbaise
            jnt Jesper Terkelsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: