Recall & Review
beginner
What is the Jenkins home directory?
The Jenkins home directory is the main folder where Jenkins stores all its data, including configurations, job details, plugins, and build records.
Click to reveal answer
beginner
Name three important subdirectories inside the Jenkins home directory.
Important subdirectories include:<br>-
jobs/: stores job configurations and build history.<br>- plugins/: contains installed plugins.<br>- workspace/: holds files for active builds.Click to reveal answer
beginner
What is stored in the
config.xml file inside the Jenkins home directory?The
config.xml file stores the main Jenkins system configuration, including global settings and security options.Click to reveal answer
intermediate
What is the purpose of the
secrets/ directory in Jenkins home?The
secrets/ directory stores encrypted credentials and sensitive data used by Jenkins to keep information secure.Click to reveal answer
beginner
Why should you back up the Jenkins home directory?
Backing up the Jenkins home directory saves all job data, configurations, plugins, and build history. This helps recover Jenkins quickly after failures or migrations.
Click to reveal answer
Which directory inside Jenkins home stores the build history and job configurations?
✗ Incorrect
The jobs/ directory contains folders for each job, including their configurations and build history.
Where are Jenkins plugins stored?
✗ Incorrect
The plugins/ directory holds all installed Jenkins plugins.
What does the
workspace/ directory contain?✗ Incorrect
The workspace/ directory contains files related to currently running or last run builds.
Which file holds the main Jenkins system configuration?
✗ Incorrect
config.xml stores global Jenkins settings and system configuration.
Why is the
secrets/ directory important?✗ Incorrect
The secrets/ directory keeps sensitive data encrypted to protect Jenkins credentials.
Describe the main folders inside the Jenkins home directory and their purposes.
Think about where Jenkins keeps jobs, plugins, active builds, secrets, and main settings.
You got /5 concepts.
Explain why backing up the Jenkins home directory is important and what it contains.
Consider what would be lost if Jenkins data is not saved.
You got /5 concepts.