> On 18.05.2016, at 20:20, John Chandra <[email protected]> wrote: > > I wonder how does a Jenkinsfile know where to look for that function? Is > there any other configuration I should add? >
It's called the global library: https://github.com/jenkinsci/workflow-cps-global-lib-plugin/blob/master/README.md#pipeline-global-library The idea is that Jenkins is hosting a Git repo, and functions defined there are available for your pipelines on the same Jenkins. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/17AD4542-3582-49A2-938B-EFF453B181A4%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
