I'd be surprised if the bottom-right corner is wrong, but you can try checking the /about page (e.g. https://ci.jenkins-ci.org/about/).

You can also see the version in every HTTP request in the "X-Jenkins" header, e.g. curl -sI https://ci.jenkins-ci.org/ | grep X-Jenkins:

But I think in both cases, that value comes from something like META-INF/maven/org.jenkins-ci.main/jenkins-war/pom.xml in the directory where the Jenkins WAR file gets extracted to. So if, for some unlikely reason, that file didn't get overwritten during extraction or upgrade, it's potentially possible that the value is incorrect.

You could also try something more mundane like restarting Jenkins, or making sure the Update Centre is up-to-date (via the Check Now button).

Regards,
Chris


On 13/03/15 10:27, Josh Santangelo wrote:
I'm troubleshooting some issues with my Jenkins setup, and as part of
that downloaded the latest version from the website, which I noticed is
labeled 1.602. I've installed that version, but the bottom corner of
Jenkins pages says 1.599. No updates are shown under "manage Jenkins".
How can I verify what version I'm running?

thanks,
-josh

--
You received this message because you are subscribed to the Google
Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/3a0b2084-6a28-45a0-a19f-8e94b5cbd336%40googlegroups.com
<https://groups.google.com/d/msgid/jenkinsci-users/3a0b2084-6a28-45a0-a19f-8e94b5cbd336%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/55073488.5080409%40orr.me.uk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to