You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From your README.md I have added the following line to my dockerfile: RUN echo 2.0 > /usr/share/jenkins/ref/jenkins.install.UpgradeWizard.state
Actual result
Still prompted to install plugins on first start
Expected outcome
To not be prompted to install plugins on first start
FIX
Correct your the README to echo version to: /usr/share/jenkins/ref/jenkins.install.InstallUtil.lastExecVersion
Rather than: /usr/share/jenkins/ref/jenkins.install.UpgradeWizard.state
The text was updated successfully, but these errors were encountered:
Check for setup completed was wrong, added groovy script which
bypasses plugin install but leaves admin password visible in logs.
See
jenkinsci/docker#310jenkinsci/docker#608
Docker commands that you execute
From your README.md I have added the following line to my dockerfile:
RUN echo 2.0 > /usr/share/jenkins/ref/jenkins.install.UpgradeWizard.state
Actual result
Still prompted to install plugins on first start
Expected outcome
To not be prompted to install plugins on first start
FIX
Correct your the README to echo version to:
/usr/share/jenkins/ref/jenkins.install.InstallUtil.lastExecVersion
Rather than:
/usr/share/jenkins/ref/jenkins.install.UpgradeWizard.state
The text was updated successfully, but these errors were encountered: