There are no nodes with the label ‘built-in'

879 views
Skip to first unread message

Torsten Reinhard

unread,
May 30, 2023, 5:04:38 AM5/30/23
to Jenkins Users
Hi,

I´ve upgraded my Jenkins up to 2.387.2 version, the plugins also have been updated.

I´m wondering why I´m still seeing
"master" in the list of all nodes at https://...../jenkins/manage/computer/

Additionally, I´m getting the error message There are no nodes with the label ‘built-in'
when trying to run a simple pipeline like:

node("built-in") {
    sh 'echo "Running on ${NODE_NAME}"'
}

What step needs to be performed, so everything is properly switched to "built-in" instead of "master"?

Thx for any hints,

Torsten


Daniel Beck

unread,
May 30, 2023, 5:28:14 AM5/30/23
to jenkins...@googlegroups.com
On Tue, May 30, 2023 at 11:04 AM Torsten Reinhard <tosc...@gmail.com> wrote:
I´m wondering why I´m still seeing
"master" in the list of all nodes at https://...../jenkins/manage/computer/

Weird. Is that node's URL /manage/computer/(master)/ (i.e, with the parentheses)? If not, that's an agent with the name 'master'. Check whether a node exists that is called "Built-In Node". It may have 0 executors, which would explain why no builds are starting.
 
What step needs to be performed, so everything is properly switched to "built-in" instead of "master"?

Migration needs to be triggered manually, an admin message will be shown on /manage for this. Did you follow the steps at https://www.jenkins.io/doc/upgrade-guide/2.319/#migration ?

Torsten Reinhard

unread,
May 30, 2023, 7:21:57 AM5/30/23
to Jenkins Users
Hi,
thanx for your hints.

The node´s URL is already URL /manage/computer/(built-in)/ - but it´s still showing up as "master".

I read about the migration button, but it looks like someone has disabled this action in URL/jenkins/manage/ under " Administrative monitors configuration"

After enabling all administrative warnings and applying the update, everything was fine......

Things could get complicated if there´s too much to be configured :-)

Best regards,
Torsten

Daniel Beck

unread,
May 30, 2023, 7:39:51 AM5/30/23
to jenkins...@googlegroups.com
On Tue, May 30, 2023 at 1:22 PM Torsten Reinhard <tosc...@gmail.com> wrote:
The node´s URL is already URL /manage/computer/(built-in)/ - but it´s still showing up as "master".

Might be a localization issue. Jenkins translations are often behind, and it looks like we didn't delete those translations when updating terminology. Switch your browser to prefer English responses and see what happens (assuming Locale Plugin doesn't override browser preference).

For comparison, see https://ci.jenkins.io/computer/ -- that shows 'Built-in Node' when preferring English.
Reply all
Reply to author
Forward
0 new messages