0
0
Jenkinsdevops~5 mins

Configuring system settings in Jenkins - Quick Revision & Summary

Choose your learning style9 modes available
Recall & Review
beginner
What is the purpose of the 'Configure System' page in Jenkins?
It allows you to set global settings for Jenkins, such as environment variables, tool locations, and security options that affect all jobs.
Click to reveal answer
beginner
Where do you find the 'Configure System' option in Jenkins?
In the Jenkins dashboard, click on 'Manage Jenkins' and then select 'Configure System'.
Click to reveal answer
intermediate
How can you add a new tool installation like JDK or Git in Jenkins system settings?
In 'Configure System', scroll to the relevant tool section, click 'Add', provide the name and installation details, then save the configuration.
Click to reveal answer
intermediate
What is the effect of setting environment variables in Jenkins system configuration?
Environment variables set here are available to all Jenkins jobs, helping to standardize paths or credentials across builds.
Click to reveal answer
beginner
Why is it important to save changes after configuring system settings in Jenkins?
Because changes only take effect after saving; otherwise, the system continues using old settings.
Click to reveal answer
Where do you configure global Jenkins settings?
ANew Item
BBuild Now
CManage Jenkins > Configure System
DManage Plugins
What happens if you do not save changes after editing system settings?
AChanges are saved automatically
BChanges are lost and old settings remain
CJenkins restarts automatically
DOnly new jobs use the changes
Which of these can be configured in Jenkins system settings?
ATool installations like JDK and Git
BIndividual job triggers
CBuild history retention
DUser permissions
Environment variables set in Jenkins system settings are:
AAvailable only to the Jenkins master
BIgnored by Jenkins
COnly for plugin use
DAvailable to all Jenkins jobs
How do you access the 'Configure System' page in Jenkins?
AClick 'Manage Jenkins' then 'Configure System'
BClick 'New Item'
CClick 'Build Now'
DClick 'Manage Nodes'
Explain the steps to configure a new tool like Git in Jenkins system settings.
Think about where global tools are managed in Jenkins.
You got /6 concepts.
    Describe why saving changes after configuring system settings in Jenkins is important.
    Consider what happens if you close the page without saving.
    You got /4 concepts.