Recall & Review
beginner
What is a multi-branch pipeline job in Jenkins?
A multi-branch pipeline job automatically discovers, manages, and executes pipelines for branches in a source code repository.
Click to reveal answer
beginner
Which plugin is required to create multi-branch pipeline jobs in Jenkins?
The 'Pipeline Multibranch Plugin' is required to create and manage multi-branch pipeline jobs.
Click to reveal answer
intermediate
How does Jenkins detect branches in a multi-branch pipeline job?
Jenkins scans the source repository and automatically detects branches that contain a Jenkinsfile to create individual pipeline jobs for each branch.
Click to reveal answer
beginner
What file must be present in each branch for Jenkins to run a pipeline in a multi-branch job?
Each branch must have a 'Jenkinsfile' that defines the pipeline script for Jenkins to execute.
Click to reveal answer
intermediate
How can you trigger a scan for new branches in a multi-branch pipeline job?
You can manually trigger a scan by clicking 'Scan Multibranch Pipeline Now' or configure periodic scans in the job settings.
Click to reveal answer
What does a multi-branch pipeline job in Jenkins do?
✗ Incorrect
A multi-branch pipeline job automatically discovers branches with Jenkinsfiles and builds them.
Which file must be present in a branch for Jenkins to run a pipeline in a multi-branch job?
✗ Incorrect
The Jenkinsfile defines the pipeline script Jenkins uses to build the branch.
How does Jenkins find branches to build in a multi-branch pipeline job?
✗ Incorrect
Jenkins scans the repository and detects branches that contain Jenkinsfiles.
Which plugin enables multi-branch pipeline jobs in Jenkins?
✗ Incorrect
The Pipeline Multibranch Plugin is required for multi-branch pipeline jobs.
How can you update the list of branches Jenkins builds in a multi-branch pipeline job?
✗ Incorrect
Triggering 'Scan Multibranch Pipeline Now' makes Jenkins detect new or removed branches.
Explain how Jenkins manages multiple branches using a multi-branch pipeline job.
Think about how Jenkins finds and builds branches without manual setup.
You got /4 concepts.
Describe the steps to create a multi-branch pipeline job in Jenkins.
Focus on the setup process from plugin to scanning branches.
You got /5 concepts.