Releases: griddynamics/mpl
Release 22.10
Small bugfix for the ones who running jenkins server on windows for some reason :)
Impact: Just a bugfix, no additional important changes
Changes:
22.02 Release
Hello folks, just wanted to notify you all about the important fix which will work with the recently released plugin Pipeline: Shared Groovy Libraries v561.
Impact: Backward-compatible with the previous versions so should not impact the current installations.
Changes: Bugfix: MPL-96 The pipeline can't find the embedded modules anymore (#96)
18.06.1 Release
WARNING: The release is quite outdated - MPL is heading to release 1.0.0, so it's better to use master
branch until the new release will be issued.
Bug fixes:
- #6 - now mergeMaps function working properly and processing null values.
18.06 Release
WARNING: The release is quite outdated - MPL is heading to release 1.0.0, so it's better to use master
branch until the new release will be issued.
New features:
- Enforced mode - to make sure, that your pipeline critical steps will not be overrided
- Updated wiki examples - the petclinic-selenium example now provides 2 Jenkinsfiles with MPL & non-MPL approach to see the difference.
- Git Checkout module - to easily checkout code from the job pipeline script.
Bug fixes:
- Post steps fail issue - when some item in the post steps list failed other items also failed. Was fixed and now each item in the poststeps list don't affect other poststeps execution.
- Post steps run issue with unsupported reverseEach non-cps - was rewritten and now shows errors in poststeps items, but not changing the build result.
Found bugs:
- #6 mergeMaps null overlay issue