0
0
Jenkinsdevops~20 mins

Essential plugins list in Jenkins - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Jenkins Plugin Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Identify the plugin for pipeline as code
Which Jenkins plugin allows you to define build pipelines using code stored in your source repository?
AMailer plugin
BMatrix Authorization Strategy plugin
CGit plugin
DPipeline plugin
Attempts:
2 left
💡 Hint
Think about the plugin that helps automate complex build workflows with code.
💻 Command Output
intermediate
2:00remaining
Output of Jenkins plugin list command
What is the output of the command 'jenkins-cli.jar list-plugins' when the 'Git plugin' is installed?
Jenkins
java -jar jenkins-cli.jar -s http://localhost:8080 list-plugins | grep git
Agit 4.11.3 disabled
Bgit-plugin active
Cgit 4.11.3 active
Dgit-plugin 4.11.3 active
Attempts:
2 left
💡 Hint
Look for the exact plugin name and status format.
Configuration
advanced
2:00remaining
Configure Jenkins to send email notifications
Which plugin must be installed and configured to enable Jenkins to send email notifications after builds?
AMailer plugin
BEmail Extension plugin
CSlack Notification plugin
DBuild Timeout plugin
Attempts:
2 left
💡 Hint
This plugin provides basic email sending capabilities.
Troubleshoot
advanced
2:00remaining
Troubleshoot missing Git plugin error
A Jenkins job fails with error 'git command not found'. Which plugin is most likely missing or misconfigured?
ACredentials plugin
BGit plugin
CPipeline plugin
DMatrix Authorization Strategy plugin
Attempts:
2 left
💡 Hint
This plugin integrates Git commands into Jenkins jobs.
Best Practice
expert
2:00remaining
Select the essential plugin for secure credential management
Which Jenkins plugin is essential for securely storing and managing credentials used in pipelines and jobs?
ACredentials plugin
BGit plugin
CMailer plugin
DBuild Pipeline plugin
Attempts:
2 left
💡 Hint
This plugin handles secrets like passwords and tokens securely.