Preventing plugin setup wizard
Open
enhancement
- Dominant language
- PowerShell
- Stars
- 7.6k
- Forks
- 4.6k
- Avg merge
- 1h 36m
- Merged PRs (30d)
- 15
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.