What are the important plugins in jenkins?
Answer / Somendra Singh
Some of the most important plugins in Jenkins include:n1. Git plugin (for version control).n2. Maven plugin (for building Java projects).n3. Gradle plugin (for building multi-language projects).n4. Docker plugin (for containerization and deployment).n5. Slack notification plugin (for notifications during builds).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a trigger? Give an example of how the repository is polled when a new commit is detected.
What is a backup plugin? Why is it used?
What is a jenkins pipeline?
What are the various ways in which the build can be scheduled in jenkins?
How to trigger a build remotely from jenkins?
How do you create multibranch pipeline in jenkins?
How can you secure jenkins?
What are scripted pipelines in jenkins?
What is the use of backup plugin in jenkins? How to use it?
What is the difference between continuous integration, continuous delivery, and continuous deployment?
How to configure git post commit hook?
How can you define a continuous delivery workflow?