Category: Docker, Jenkins, github, automation, shell

Job Pull the GitHub repository automatically when some developers push the repository to GitHub.Job By looking at the code or program file, Jenkins should automatically start the respective language interpreter install image container to deploy code ( eg. If code is of HTML, then Jenkins should start the container that has HTML already installed ).Job Test your SYSTEM if it is working or not.Job If the SYSTEM is not working, then send an email to the developer with error messages.Job Create one extra job for monitoring purpose: If a container, where the SYSTEM is running, fails due to any reason then this job should automatically start the container again. To create one image containing various features installed like automatically start the Jenkins, Load the system which can automatically select an interpreter for the above task.

For this, There should be some notification system for the automation task we made.

This job will work in monitor the system, Like if the system fails then it will automatically start a new container to don’t make a failure in the project.

We will add some commands which will be used for launching a new container after a system failure.

Related Articles