griddynamics / mpl

[IT-36925] Jenkins Shared Modular Pipeline Library
https://blog.griddynamics.com/developing-a-modular-pipeline-library-to-improve-devops-collaboration/
Apache License 2.0
156 stars 97 forks source link

MPL-58 Fixed issue with using MPLPostStep directly in pipeline #74

Closed sparshev closed 3 years ago

sparshev commented 3 years ago

The function Helper.getMPLBlocks() not returning null and not work properly in case MPLPostStep() is running directly from the pipeline.

Regarding MPLManager.modulePostStep() - it's not going to be executed as part of pipeline - only from the module, so no need to be changed - just changed the wrong ?. to a proper ..

fixes: #58