COPY plugins.txt /usr/share/jenkins/ref/
Replace config.xml
COPY config.xml /usr/share/jenkins/ref/
Tried to use this approach to replace config.xml with my own without success. My config.xml gets copied to $JENKINS_HOME but shortly after calling docker run
it gets replaced with the default config.xml.
COPY config.xml /var/jenkins_home (does not work either)