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
Post a Comment