Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect indication that Jenkins installation is fully configured #608

Closed
mrmaxsteel opened this issue Nov 9, 2017 · 1 comment
Closed

Comments

@mrmaxsteel
Copy link

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

@carlossg
Copy link
Contributor

see #310

vasilejureschi added a commit to vasilejureschi/jenkins that referenced this issue Jul 12, 2019
Check for setup completed was wrong, added groovy script which
bypasses plugin install but leaves admin password visible in logs.

See
jenkinsci/docker#310
jenkinsci/docker#608
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants