v2.40 π
github-actions
released this
22 Sep 18:45
·
309 commits
to master
since this release
The NODE_NAME
environment variable value set for the built-in node inside node blocks now matches the behavior of other job types: On Jenkins 2.306 and earlier, the behavior is unchanged (master
). On Jenkins 2.307 and later, the variable will be built-in
or master
, depending on whether the instance was upgraded from a previous release or newly installed, and whether the migration was applied. See https://www.jenkins.io/redirect/built-in-node-migration/
π New features and improvements
π¦ Tests
- make additional tests compatible with Jenkins 2.307 (#169) @car-roll
- Change NODE_NAME for the built-in node based on its self label (#168) @daniel-beck
- Make this test compatible with Jenkins 2.307+ (#167) @daniel-beck
- Migrate from
RestartableJenkinsRule
toJenkinsSessionRule
(#164) @basil