Gallery
DevOps Assembly Lines Task 2
Share
Explore

icon picker
Overview

Automating testing and deployment operation using containerized jenkins

💡 Idea Overview

Concise explanation of the idea (ideally include a rough sketch)
Tasks
Column 1
Column 2
1
1.
Create container image that’s has Jenkins installed using dockerfile
2
3
2.
When we launch this image, it should automatically starts Jenkins service in the container.
4
5
3.
Create a job chain of job1, job2, job3 and job4 using build pipeline plugin in Jenkins
6
7
4.
Job1 : Pull the Github repo automatically when some developers push repo to Github.
8
9
5.
Job2 : 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 PHP, then Jenkins should start the container that has PHP already installed ).
10
11
6.
Job3 : Test your app if it is working or not.
12
13
7.
Job4 : if app is not working , then send email to developer with error messages.
14
15
8.
Create One extra job job5 for monitor : If container where app is running. fails due to any reson then this job should automatically start the container again.
There are no rows in this table
8
Count



💰 Time

Totally it can take 18 hours

All Team Tasks
1
Task
Status
Owner
Team
Start
End
1
DevOps Assembly Lines
Complete
HR
Hemanth Raj
Design
5/17/20
5/18/20
There are no rows in this table
Note: "In Progress" items highlighted blue; "Complete" items highlighted green

Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.