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-96 Fix detection of library directory location #95

Closed emelianrus closed 2 years ago

emelianrus commented 2 years ago

Module execution is not working after https://github.com/jenkinsci/workflow-cps-global-lib-plugin/commit/ace0de3c2d691662021ea10306eeb407da6b6365

in workflow-cps-global-lib-plugin changed library directory name from "user passed in jenkins configuration" to "hash"

@sparshev Could you take a look please

sparshev commented 2 years ago

Hi @emelianrus , let me reproduce and will come back shortly.

sparshev commented 2 years ago

Yep, just reproduced and created a ticket #96 - that's exactly why the nightly build is failing for 2 days, thank you for your PR!

emelianrus commented 2 years ago

Thank you

dhaval-vithalani commented 2 years ago

Fix is working, many thanks