I am setting up a Jenkins instance in Docker. I am using /usr/local/bin/plugins.sh to install the plugins. I am copying groovy scripts to /usr/share/jenkins/ref/init.groovy.d/ to initialize some configuration.
I can't figure out how to initialize an Xvfb installation location. There are classes is the org.jenkinsci.plugins.xvfb namespace. I am not sure which class to use to setup a default installation that finds the app from the PATH (which should be the default???).
Help?