Is Jenkins a CI or CD?

Is Jenkins a CI or CD?

Hi Bindu,

Jenkins was originally developed for continuous integration(CI) but as of now it can also be used for continuous deployment(CD). Once the Jenkins server is configured, you will be able to execute automated tests and builds so that your code is always up to date. In order to integrate Jenkins with LambdaTest, you can refer this link: Integrating Your Jenkins Pipeline With LambdaTest | LambdaTest

Hope this helps. Happy Testing.

Jenkins is a Continous Integration tool. Continuous integration is a process in which all development work (code) is integrated as early as possible in the application. This CI server runs in servlet containers such as Apache Tomcat. Learn about Jenkin here