Posts

JENKINS

Image
JENKINS   What  is Jenkins ? Jenkins is a free and open source automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery. It is a server-based system that runs in servlet containers such as Apache Tomcat. Differences between Docker and Jenkins It is absolutely wrong to compare Docker and Jenkins. The ultimate purpose of Docker and Jenkins is entirely different, so you cannot do compare it. Below is the list of things you need to know about Docker and Jenkins. Docker is a container engine that can create and manage containers, whereas Jenkins is CI engine that can run build/test on your app. Docker is used to build and run multiple portable environments of your software stack. Jenkins is an automated software testing tool for your app. Also, don't forget that Jenkins started as a build tool for Java apps. Jenkins provides an easy interface to create and man...