0 votes
in Jenkins by (19.9k points)
What is Jenkins and why is it used?

1 Answer

0 votes
by (19.9k points)

Jenkins is a continuous integration (CI) tool for real-time testing and reporting of smaller builds in a large chunk of code. It is written in Java. It is used because it helps developers and testers work in tandem to detect and close defects early in the software development lifecycle and encourage automated testing of builds.

...