> On 06.06.2016, at 19:21, [email protected] wrote: > > Hi Daniel, i tried that already. > > I have a jenkins.war, no jenkins-cli.jar >
Oops. My bad. If you don't want to start Jenkins to see what version jenkins.war is (defining a throwaway JENKINS_HOME), you can just open the war file (zip file format) and look at the contents of the text file META-INF/MANIFEST.MF. If Jenkins is running, view its index page. It contains the Jenkins version at the bottom right (when viewed), or as 'data-version' attribute on the `body` tag (when parsing the DOM). Or you can always download the jenkins-cli.jar from your instance, and run it against that instance to determine its version. -- 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/3270E641-2F9A-45D8-A3B9-391C6442E7FF%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
