Releases: jenkinsci/workflow-durable-task-step-plugin
Releases Β· jenkinsci/workflow-durable-task-step-plugin
1100.v08e8ce12d697
1097.veac1aacfbda8
π New features and improvements
- Make
ExecutorPickle
addRemovedNodeCause
(#176) @jglick - ExecutorStepExecution.queue_task_cancelled should yield ABORTED not FAILURE (#147) @jglick
- Nicer build log message when
ExecutorPickle
fails to resume (#175) @jglick
π¦ Dependency updates
π» Maintenance
- chore: revert back to 'useContainerAgent' for CI pipeline (#174) @dduportal
- enable cd (#178) @car-roll
π¦ Tests
v2.40 π
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