Skip to content

Latest commit

 

History

History
88 lines (57 loc) · 2.7 KB

CHANGELOG.old.md

File metadata and controls

88 lines (57 loc) · 2.7 KB

Old Changelog

This is the old changelog, see GitHub Releases for recent versions.

Release 2.5 (2019-03-25)

Release 2.4 (2019-01-18)

Release 2.3 (2018-06-26)

  • JENKINS-34433 - Signal queued Pipeline tasks on unreserve

  • Allow locking multiple resources in Pipeline

Release 2.2 (2018-03-06)

  • JENKINS-40997 - New configuration option to get the name of the locked resource inside the lock block (Pipeline).

  • JENKINS-49734 - Add a PauseAction to the build when waiting for locking, so Pipeline representations in the UI are correctly shown.

  • JENKINS-43574 - Fixed the "empty" resources lock (message: "acquired lock on []")

Release 2.1 (2017-11-13)

Release 1.11.2 (2017-03-15)

  • JENKINS-40368 - Locked resources are not always freed up on Pipeline hard kill when there are other pipelines waiting on the Resource

Release 1.11.1 (2017-02-20)

  • JENKINS-40879 - Locked areas are executed multiple times in parallel

Release 1.11 (2016-12-19)

Release 1.10 (2016-07-12)

  • JENKINS-36479 - properly clean up resources locked by hard-killed or deleted while in progress Pipeline builds.

Release 1.9 (2016-06-01)

  • Reserved resources parameter visibility in environment (related to SECURITY-170)

Release 1.8 (2016-04-14)

  • Pipeline compatibility: lock step

Release 1.2 (2014-02-05)

  • Manual reservation/un-reservation of resources now require specific permissions

Release 1.1 (2014-02-03)

  • Allow jobs to require a subset of specified resources (the number of required resources is configurable)
  • Allow manual reservation/un-reservation of resources

Release 1.0 (2013-12-12)

  • Initial release