Category: Docker, Jenkins, github, automation

This is the second task of my DevOps Assembly lines training. This task basically shows the complete automated process of pulling the code from github and deploying the code on web server by using jenkins which we will launch on docker by making a Docker image image for jenkins.

When we launch this image, it should automatically starts Jenkins service in the container.

This job is the monitoring job, role of this job is it will keep monitoring our containers which contain our web code by keep the on monitoring job 3 and if by chance our containers collapse or fails due to any reason then it will again deploy the containers.

For me this is one of most interesting task of my DevOps training as it shows the continuous deployment of code in devops cycle.

Related Articles