Category: Data, Docker, github, automation

The most powerful tool we have as developers is automation.” he purpose of this article is to give a basic idea on how to use DevOps tools like jenkins, to automate procedure of deploying the code on the respective container. Moreover, this article gives a basic understanding of some of the feature of Jenkins such as Job Chaining, email notification, etc.

To create container image that has Jenkins installed in it using Dockerfile.

It is something like never ending job.-This job will start as soon as the deployment and testing job is done.

Related Articles