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?
✗ Incorrect
Global settings are configured under 'Manage Jenkins' then 'Configure System'.
What happens if you do not save changes after editing system settings?
✗ Incorrect
You must save changes explicitly; otherwise, they are lost.
Which of these can be configured in Jenkins system settings?
✗ Incorrect
Tool installations are configured globally in system settings.
Environment variables set in Jenkins system settings are:
✗ Incorrect
They are available to all jobs to standardize environment.
How do you access the 'Configure System' page in Jenkins?
✗ Incorrect
The 'Configure System' page is under 'Manage Jenkins'.
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.