+1 vote
in Jenkins by
What are the advantages of Jenkins? Why we use Jenkins?

1 Answer

0 votes
by
Jenkins is used to continuously monitor the large code base in real time. It enables developers to find bugs in their code and fix. Email notifications are made to the developers regarding their check-ins as a post-build action.

Advantages of Jenkins are as follows:

Build failures are cached during the integration stage.

Notifies the developers about build report status using LDAP (Lightweight Directory Access Protocol) mail server.

Maven release project is automated with simple steps.

Easy bug tracking.

Automatic changes get updated in the build report with notification.

Supports Continuous Integration in agile development and test-driven development.

Related questions

0 votes
+1 vote
asked May 13, 2020 in Jenkins by Robindeniel
+1 vote
asked May 13, 2020 in Jenkins by Robindeniel
...