Recall & Review
beginner
What is the purpose of the Email Notification plugin in Jenkins?
It sends email alerts about build results to specified recipients, helping teams stay informed about build status.
Click to reveal answer
beginner
Which Jenkins section do you configure the Email Notification plugin in?
In the Jenkins system configuration under 'Manage Jenkins' > 'Configure System', you set SMTP server and default email settings.
Click to reveal answer
intermediate
What information is required to set up SMTP in Jenkins Email Notification plugin?
You need the SMTP server address, port, and optionally authentication credentials like username and password.
Click to reveal answer
beginner
How do you specify recipients for email notifications in a Jenkins job?
In the job configuration, under 'Post-build Actions', add 'Editable Email Notification' and enter recipient email addresses.
Click to reveal answer
intermediate
What triggers can you use to send emails with the Email Notification plugin?
You can send emails on build success, failure, unstable builds, or always after a build completes.
Click to reveal answer
Where do you configure the SMTP server for Jenkins Email Notification plugin?
✗ Incorrect
SMTP settings are configured globally under 'Manage Jenkins' > 'Configure System'.
Which plugin allows sending customizable emails after a Jenkins build?
✗ Incorrect
The Email Notification plugin is designed to send emails after builds.
How do you add email recipients for notifications in a Jenkins job?
✗ Incorrect
Recipients are set in the 'Editable Email Notification' section under Post-build Actions.
Which of these is NOT a typical trigger for sending emails in Jenkins Email Notification plugin?
✗ Incorrect
Code commit is not a trigger for email; build results are triggers.
What information is NOT needed to configure SMTP in Jenkins Email Notification plugin?
✗ Incorrect
Recipient emails are set per job, not in SMTP configuration.
Explain how to set up email notifications in Jenkins using the Email Notification plugin.
Think about global setup first, then job-specific settings.
You got /5 concepts.
Describe common triggers for sending emails with Jenkins Email Notification plugin and why they are useful.
Triggers relate to build outcomes.
You got /5 concepts.