Performing the Initial Configuration of Jenkins
In the browser address box, type http://Server_IP_address:8080 (for example, http://x.x.x.x:8080) and press Enter to access the Jenkins service. Then follow the prompts to complete the initial configuration.
- Obtain the initial password and log in.
- Obtain the initial password.
cat /var/lib/jenkins/secrets/initialAdminPassword
- Enter the initial password and click Continue.
Figure 1 Unlock Jenkins
- Obtain the initial password.
- Optional: Configure the proxy based on the network environment. If you need to use the plugins offline, click Skip Plugin Installation to skip this step.
Click Configure Proxy to configure the proxy. After that, click Save and Continue.
- Customize Jenkins. You can select Install suggested plugins. If the network is unavailable, select Select plugins to install and skip the installation as prompted.Figure 2 Customize Jenkins
- Configure administrator login information as required and click Save and Continue.Figure 3 Create First Admin User
- Configure the Jenkins instance as required. In this example, retain the default settings. After that, click Save and Finish.Figure 4 Instance Configuration
- Click Start using Jenkins.Figure 5 Jenkins is ready
Parent topic: Online Installation