if I use
FROM jenkins:2.7.1
RUN echo 2.7.1 > /usr/share/jenkins/ref/jenkins.install.UpgradeWizard.state
RUN echo 2.7.1 > /usr/share/jenkins/ref/jenkins.install.InstallUtil.lastExecVersion
then I can avoid the wizard, but the admin password is not printed in the logs
Is there a way to just prevent the plugin setup?
if I use
then I can avoid the wizard, but the admin password is not printed in the logs
Is there a way to just prevent the plugin setup?