HI Bitbucket team,
I have configured Jenkins template engine in Jenkins by using bitbucket repository..
I have a library repository structure like libraries/npm/steps/complice.groovy and libraries/common/steps/code.groovy.
And also Jenkinsfile having in library repository itself like pipeline-config/Jenkinsfile
how to import code.groovy library in libraries/npm/steps/complice.groovy.
Application code repository having config file like(file name: pipeline_config.groovy)
-----------------------------------------------------------------------------------------------------
libraries{
npm
common
}
I tried multiple ways but I am not able to importing code.groovy file library into complice.groovy libray.
can any one help me on this issue.
Thanks,
Arjun.