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