+1 vote
in Jenkins by
What is Jenkins?

1 Answer

0 votes
by
Jenkins is a free open source Continuous Integration tool and automation server to monitor continuous integration and delivery. It is written in Java.

It is known as an automated Continuous Delivery tool that helps to build and test the software system with easy integration of changes to the system. Jenkins follows Groovy Scripting.

Also, it enables developers to continuously check in their code and also analyze the post-build actions. The automation testers can use to run their tests as soon as the new code is added or code is modified.

Related questions

0 votes
asked Dec 10, 2022 in Jenkins by SakshiSharma
0 votes
asked Nov 16, 2022 in Jenkins by Robin
...