jenkins: Change node name to built-in
This is necessary after the upgrade to the version 2.319.1
[1]
Related to T3770
Test Plan
clicking in the jenkins ui, it is happy with built-in.
Migrated from D6779 (view on Phabricator)
Merge request reports
Activity
Thanks More info here: https://www.jenkins.io/doc/book/managing/built-in-node-migration/
As part of the terminology cleanup effort, the built-in node was renamed from "master node" to "built-in node" in Jenkins 2.307 and in Jenkins 2.319.1. This is not just a change affecting the UI and documentation: The node name affects the implicitly assigned label of the node (and consequently the NODE_LABELS environment variable), as well as the NODE_NAME environment variable. The NODE_NAME environment variable in Pipelines is set by the Pipeline: Nodes and Processes plugin. In plugin version 2.39 and earlier, this value is always master. Update to version 2.40 or newer to get consistent behavior between job types.
Some references in the commit message have been migrated:
- T3770 is now swh/meta#3770 (closed)