Re: How to use Folder-level Shared Libraries in Declarative Jenkinsfile

2018-04-27 Thread Ramanathan Muthaiah
If you are looking to load Groovy files from your project repo, try the load step. This SO thread may have more answers for you.

RE: How to use Folder-level Shared Libraries in Declarative Jenkinsfile

2018-04-27 Thread Reinhold Füreder
Hi Michael, I think “folder-level shared libraries” mean that you can configure shared pipeline libraries specific to folders, so a Jenkins folder has in its configuration a section called “Pipeline Libraries” with the hint “Sharable libraries available to any Pipeline jobs inside this folder.

How to use Folder-level Shared Libraries in Declarative Jenkinsfile

2018-04-25 Thread Michael Holley
Hi All, I'm trying to figure out how to use folder-level shared libraries ( https://jenkins.io/doc/book/pipeline/shared-libraries/#folder-level-shared-libraries), but I haven't been able to find any examples or implementation documentation. I'm using global share libraries, which work just fine, b