0
0
Jenkinsdevops~10 mins

Configuring system settings in Jenkins - Visual Walkthrough

Choose your learning style9 modes available
Process Flow - Configuring system settings
Open Jenkins Dashboard
Click Manage Jenkins
Select Configure System
Modify Settings
Save Changes
Settings Applied to Jenkins
This flow shows how to open Jenkins, navigate to system settings, change them, and save to apply.
Execution Sample
Jenkins
1. Open Jenkins Dashboard
2. Click 'Manage Jenkins'
3. Click 'Configure System'
4. Change system settings (e.g., JDK path)
5. Click 'Save'
Steps to change Jenkins system settings through the web interface.
Process Table
StepActionUI ElementResultNotes
1Open Jenkins DashboardBrowser URL barJenkins homepage loadsReady to manage Jenkins
2Click Manage JenkinsManage Jenkins linkManagement page opensAccess to system settings
3Select Configure SystemConfigure System linkSystem configuration page loadsSettings form visible
4Modify settingsForm fields (e.g., JDK path)Settings updated in formChanges staged but not saved
5Click SaveSave buttonSettings saved and appliedJenkins uses new settings
💡 Settings saved and applied, configuration complete
Status Tracker
VariableStartAfter Step 4After Step 5
JDK Path/usr/lib/jvm/default/usr/lib/jvm/java-17-openjdk/usr/lib/jvm/java-17-openjdk
System MessageNoneSettings changed but not savedSettings saved and active
Key Moments - 2 Insights
Why do changes not take effect immediately after modifying settings?
Because changes are only staged in the form until you click 'Save' (see execution_table step 4 vs step 5).
What happens if you navigate away without saving?
Changes are lost because they are not saved yet (refer to execution_table step 4 where settings are modified but not saved).
Visual Quiz - 3 Questions
Test your understanding
Look at the execution table, what is the UI element clicked in step 3?
AConfigure System link
BManage Jenkins link
CSave button
DBrowser URL bar
💡 Hint
Check the 'UI Element' column in row for step 3 in execution_table
At which step are the settings actually saved and applied?
AStep 3
BStep 5
CStep 4
DStep 2
💡 Hint
Look at the 'Result' column in execution_table for when settings become active
If you change the JDK path but do not click Save, what is the system message state?
ASettings saved and active
BNo changes made
CSettings changed but not saved
DError: invalid path
💡 Hint
Refer to variable_tracker for 'System Message' after step 4
Concept Snapshot
Configuring system settings in Jenkins:
1. Open Jenkins Dashboard
2. Click 'Manage Jenkins'
3. Select 'Configure System'
4. Modify settings in form
5. Click 'Save' to apply changes
Changes only apply after saving.
Full Transcript
To configure system settings in Jenkins, first open the Jenkins Dashboard in your browser. Then click on 'Manage Jenkins' to access management options. Next, select 'Configure System' to open the system settings page. Here, you can modify settings such as the JDK path. Remember, changes are only saved and applied after you click the 'Save' button. If you navigate away before saving, your changes will be lost. After saving, Jenkins uses the new settings immediately.