Project: This is where we configure jenkins to do some activity (ci/cd pipeline).
Free Style Project: This is project which was present in jenkins from day 1, It relies on UI elements provided.
Plugin:
UI: Jenkins Plugin provides additional UI elements to minimize the work.
Jenkins Home Directory: Jenkins stores all the information about the projects, jobs, plugins etc in the home directory of jenkins. If we consider taking backup of jenkins, its all about backing up jenkins home directory
WorkSpace: Workspace is the folder that stores all the files folders etc created during job execution.
Experiment 1: Create a new Jenkins Project hello-jenkins
Lets create a job called as hello-jenkins
cd into /var/lib/jenkins/jobs and execute tree command