Skip to content

v2.40 🌈

Compare
Choose a tag to compare
@github-actions 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

  • Implement Queue.Executable.getParentExecutable (#170) @jglick

🚦 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 to JenkinsSessionRule (#164) @basil

πŸ“ Documentation updates

πŸ‘» Maintenance