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