How to use Jenkins Pipeline Folder-Level Shared Library? -


we have few components stored in own git repositories. specific combination of components built , delivered solutions different type of deployments/customers. so, have pipeline git repository has multiple jenkinsfile (with different names - , build names).

obviously, there many things common between these pipelines. i'm aware of jenkins shared library , works when they're given own git repository. but, since pipelines in dedicated git repository, i'm curious know how use "folder-level shared libraries" explained here --> https://jenkins.io/doc/book/pipeline/shared-libraries/#folder-level-shared-libraries

but, i'm not able figure out how use folder-level shared libraries. couldn't find examples/documentation style of libraries.

any pointers documentation/example - or guidelines on how go appreciated.

thanks.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -