In this article we are going to Integrate Jenkins, Docker, and Github to achieve End-to-End Automation. ❗ Task Description ❗ 1. Create container image that’s has Jenkins installed using dockerfile
2. When we launch this image, it should automatically starts Jenkins service in the container.
3. Create a job chain of job1, job2, job3 and…