Built-In Node getDisplayName() sometimes returning "master" and sometimes "built-in"

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Critical
    • Component/s: core
    • Environment:
      Jenkins Versoin 2.361.1

      When calling ComputerListener.onOnline(Computer c) with the built-in node on startup, getDisplayName() returns "built-in". (did probe with ==Jenkins.get().getComputers()[0] and it was the built-in node)

      When calling at any other time, getDisplayName() returns "master".

      Recreatable using the console.

      println Jenkins.instance.getComputers()[0].getDisplayName();

      => "master"

       

      At least critical, may be blocking for some plugins if i am not the only one with this issue.

            Assignee:
            Unassigned
            Reporter:
            Valentin Röckseisen
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: