jenkins.io
jenkins.io copied to clipboard
Mention that if using docker the user should use /usr/share/jenkins/ref/init.groovy.d and not $JENKINS_HOME/init.groovy.d/
trafficstars
Problem with this page
Groovy Hook Scripts pagesource file
Expected behavior
Documentation should point out that in case using the docker image (which I believe more and more users are doing), $JENKINS_HOME/init.groovy.d/ does not exis. Instead the user should use /usr/share/jenkins/ref/init.groovy.d since it is copied once the docker image starts
Actual behavior
See description above
Possible solution
No response