I am currently using the Jenkins cookbook from Chef Supermarket to manage my Jenkins configurations. I am installing via the WAR file installation option as oppose to package based installation.
I am not running Jenkins within Tomcat, but rather in Jenkins's standalone implementation. I am currently using Jenkins version 2.46.3.
My questions are:
- Is my standalone Jenkins implementation using Winstone or Jetty?
- How do I as a Jenkins user verify that the Jenkins instance is using either one of these?
- Is there a version available to check from command line for either Winstone or Jetty?
Thank you for any help.