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

2023-05-30 Thread 'Daniel Beck' via Jenkins Users
On Tue, May 30, 2023 at 1:22 PM Torsten Reinhard  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.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAMo7PtKW1uxB5mTQ9YqPh_4cdK3pc8fYcdX122aTiVwCj%3DX%2Bzg%40mail.gmail.com.


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

2023-05-30 Thread Torsten Reinhard
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

db...@cloudbees.com schrieb am Dienstag, 30. Mai 2023 um 11:28:14 UTC+2:

> On Tue, May 30, 2023 at 11:04 AM Torsten Reinhard  
> 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 ?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a2ea36a2-af55-49df-9a94-9e70a4464307n%40googlegroups.com.


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

2023-05-30 Thread 'Daniel Beck' via Jenkins Users
On Tue, May 30, 2023 at 11:04 AM Torsten Reinhard 
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 ?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAMo7PtJMKJwO5hytAwoK7U%2BhvoSPj_C4WS9VuSAANK1h3xkT3Q%40mail.gmail.com.


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

2023-05-30 Thread Torsten Reinhard
Hi, 

I´ve upgraded my Jenkins up to 2.387.2 version, the plugins also have been 
updated. 
Pipeline: Nodes and Processes Version 1246.v5524618ea_097 
<https://plugins.jenkins.io/workflow-durable-task-step>
Node and Label parameter plugin Version 1.11.0 
<https://plugins.jenkins.io/nodelabelparameter>

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


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ad386192-a2f1-4370-aa4d-03b0446ecb93n%40googlegroups.com.