Thank you for downloading Windows installer

Download hasn't started? Click this link

Microsoft Defender SmartScreen

Code signing for the Jenkins MSI installer changed with Jenkins weekly 2.562. The installer is now signed by "LF Open Source LLC" using the Microsoft Artifact Signing Service. Because the code signing service is new, a Windows warning dialog is displayed before the installer starts.

Microsoft Windows 11, Windows 2019, Windows 2022, and Windows 2025 show a Microsoft Defender SmartScreen dialog when the Jenkins MSI installer is run. The dialog says:

Microsoft Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk.
The SmartScreen dialog looks like this:

Click the "More info" link and the second SmartScreen dialog appears. It looks like this:

Click the "Run anyway" button and the MSI installer will run.

Follow the instructions in the Windows installation guide to complete the installation.

Changing boot configuration

By default, your Jenkins runs at https://localhost:8080/. This can be changed by editing jenkins.xml , which is located in your installation directory. This file is also the place to change other boot configuration parameters, such as JVM options, HTTPS setup, etc.

Starting/stopping the service

Jenkins is installed as a Windows service, and it is configured to start automatically upon boot. To start/stop them manually, use the service manager from the control panel, or the sc command line tool.

Inheriting your existing Jenkins installation

If you'd like your new installation to take over your existing Jenkins data, copy your old data directory into the new JENKINS_HOME directory.

See Also