|
Indeed better, congrats.
Now it stayed ~2 minutes on the first screen "Please wait while Jenkins is getting ready to work" until the first timeout:
Mar 23, 2016 9:27:03 AM hudson.model.UpdateCenter updateDefaultSite
WARNING: Upgrading Jenkins. Failed to update default UpdateSite. Plugin upgrades may fail.
java.net.ConnectException: Connection timed out
Then I could access the "Unlock Jenkins" page, where I pasted the generated hash. And then, it took again ~1/2 minutes to timeout and present me with "Offline" page, letting me access the proxy config, and then it worked smoothly as usual.
Nitpicking, and probably for another issue, now I think the default initial message is actually not perfect (see attached screenshot). The message "Finish the upgrade process...", even if I started with a clean instance using docker run -v $PWD/jenkins.war:/jenkins.war:ro -p 10000:8080 -it java:7 java -jar /jenkins.war might be misleading, don't you think?
Maybe it's just because I'm no native speaker, but "upgrading" makes me think about "upgrading" an existing instance. Thinking about it, maybe we should just go to the point the user is interested in.
Meaning:
instead of
Welcome to Jenkins v2! Click here to install the rest of v2 functionalities and finish the upgrade process
Something shorter like:
Welcome to Jenkins v2! Click here to install additional features you need
WDYT?
|