Enlist the major features of Jenkins?

devquora
devquora

Posted On: Mar 22, 2020

 

Some major features of Jenkins

  1. Continuous Integration and Delivery - Jenkins can be easily used as a CI server or continuous delivery hub for any project.
  2. Easy Installation and Configuration - Jenkins can be easily installed as it is a self-contained Java-based program. It is ready to run out-of-the-box with packages for Windows, Mac OS, and Unix operating systems. It can also be easily configured using the web interface that includes on-the-fly error checks and built-in help.
  3. Plugins - Jenkins has hundreds of plugins that integrate with every tool in the continuous integration and continuous delivery.
  4. Extensible - Jenkins can be easily extended using its plugin architecture.
  5. Distributed - It can be easily distributed across multiple machines.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Jenkins Interview Questions

    What is continuous delivery in jenkins?

    Continuous Delivery is a process, where code changes are automatically built, tested, and prepared for a release to production...

    Jenkins Interview Questions

    What is Jenkins?

    Jenkins is an open-source automation tool with a powerful plugin architecture that helps development teams automate their software lifecycle. Jenkins is used to implementing many industry-leading comp...

    Jenkins Interview Questions

    What is a Jenkins slave?

    A Slave, in Jenkins, is a Java executable that operates on a remote computer. The main characteristics of Jenkins slaves are that it understands requests from the Jenkins master instance, slaves can w...