Jenkins IntegrationHow to Set Up Wizard after Installing Jenkins

How to Set Up Wizard after Installing Jenkins

This article guides you through the initial setup of Jenkins after installation. It covers the steps to unlock Jenkins, install the recommended plugins, create your first admin user, configure the Jenkins instance, and begin using Jenkins. Following these instructions will ensure that your Jenkins environment is configured and ready to help you automate your CI/CD processes.

Post-Installation Setup Wizard

Perform the following:

Navigate to http://localhost:8080/

If you are a first-time user, the system will prompt you to generate a password.

The Unlock Jenkins screen appears.

Unlock Jenkins screen with initialAdminPassword file path highlighted and Administrator password field

In the preceding screen, copy the path highlighted in red and paste it in the folder address bar and press Enter.

File explorer address bar with path to Jenkins initialAdminPassword file highlighted

If you face any issues, refer to Jenkins Documentation.

The system will prompt you to open the generated password in one of the listed apps.

Select Notepad and click OK to view the generated password:

How do you want to open this file dialog with Notepad selected and OK button highlighted

The password will be generated in Notepad.

initialAdminPassword Notepad file with generated password string highlighted

Copy this password and paste it in the Unlock Jenkins screen, then click Continue.

Unlock Jenkins screen with Administrator password field and Continue button highlighted

In the Customize Jenkins page, select the Install Suggested Plugins button to install all the required plugins.

Customize Jenkins page with Install suggested plugins option highlighted

In the Create First Admin User page, enter all the required details and click Save and Continue.

Create First Admin User form with Username, Password fields and Save and Continue button
Create First Admin User page with Full name, E-mail address fields and Save and Continue button highlighted

In the Instance Configuration screen, click Save and Finish.

Jenkins Instance Configuration screen with Jenkins URL field and Save and Finish button highlighted

In the Jenkins is Ready page, click the Start Using Jenkins button.

Jenkins is ready page with Start using Jenkins button highlighted