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

An agent with name "(built-in)" can't be accessed via UI

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • None
    • Core 2.447

      When you create an agent with name "(built-in)" it is afterwards not possible to access it in the UI.

      Accessing it's url  "computer/%28built-in%29/" will show the page of the controllers agent which has the url "computer/(built-in)/". 

      Giving this agent the label "test" and then accessing this label it will tell the "Built-In Node" has this label which is also wrong.

       

      It is only possible with script console to delete the agent:

      Jenkins.get().getNode("(built-in)").toComputer().doDoDelete()

       

        1. built-in.png
          built-in.png
          56 kB
        2. built-in-node.png
          built-in-node.png
          39 kB
        3. label-test.png
          label-test.png
          37 kB
        4. nodes.png
          nodes.png
          17 kB

            lmh Minghao
            mawinter69 Markus Winter
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: