Introduction
Sometimes you want to run Jenkins quickly without installing it fully. The Jenkins WAR file lets you start Jenkins as a simple Java program. This helps you test or run Jenkins on any machine with Java installed.
When you want to try Jenkins without installing it on your system.
When you need a quick Jenkins server for testing or demos.
When you want to run Jenkins on a machine without root access.
When you want to run Jenkins in a container or script easily.
When you want to upgrade Jenkins by replacing the WAR file.