Hi noble Jenkins developers,
I have a few Groovy scripts that set up my Docker-shipped Jenkins. As instructed here -
https://hub.docker.com/_/jenkins/ - I copy them to /usr/share/jenkins/ref/init.groovy.d/.
The problem is that now I need some constants to be shared with my plugin which is a part of this Jenkins.
Where should I put the appropriate shared JAR in my Dockerfile in order for the referenced constants to be resolved during the Groovy setup script execution?
Thanks in advance!