Skip to content

Releases: griddynamics/mpl

Release 22.10

19 Oct 02:38
54365fd
Compare
Choose a tag to compare

Small bugfix for the ones who running jenkins server on windows for some reason :)

Impact: Just a bugfix, no additional important changes

Changes:

  • Bugfix: MPL-102 Fixed issue with path processing when running server on Win (#103)
  • CI improvement: Prepared the new docker jenkins tester by using CASC & JenkinsBro tests module (#101)
  • Doc: Update README.md (#100)

22.02 Release

24 Feb 01:56
e178012
Compare
Choose a tag to compare

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

22 Jun 18:53
Compare
Choose a tag to compare

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

19 Jun 17:29
Compare
Choose a tag to compare

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