MlOps And DevOps Task 1

MlOps And DevOps Task 1

Task Overview:

JOB#1

If Developer push to dev branch then Jenkins will fetch from dev and deploy on the dev-docker environment.

JOB#2

If Developer push to master branch then Jenkins will fetch from master and deploy on the master-docker environment.

both dev-docker and master-docker environments are on different docker containers.

JOB#3

Manually the QA team will check (test) for the website running in the dev-docker environment. If it is running fine then Jenkins will merge the dev branch to master branch and trigger #job 2

So, now I will tell you how I completed this task.


Step:- 1

Uploading code to GitHub


Firstly create one repository on Github and be sure do not check on Initialize this repository with a README option, then create the repository,

then create one folder in your desired location as here I choose Desktop,

then open gitbash inside it,

and then run git init command as shown below:-

No alt text provided for this image

then create one file and then add it,

No alt text provided for this image

at that time if run git status command then you are seen as shown below,

No alt text provided for this image

so, now I commit first in the master branch as shown below:-

No alt text provided for this image

then, upended some more text then do second commit as shown below:-

No alt text provided for this image

then, run some more command as shown below:-

No alt text provided for this image


No alt text provided for this image



No alt text provided for this image


No alt text provided for this image


No alt text provided for this image


No alt text provided for this image


No alt text provided for this image




Step:- 2

Now, here the use of JENKINS come

Firstly, here you create first M_T1_J1 {JOB} as shown below:-

No alt text provided for this image


No alt text provided for this image


No alt text provided for this image


then, I created second M_T1_J2 {JOB} as shown below:-

No alt text provided for this image


No alt text provided for this image


No alt text provided for this image


then, I created M_T1_J3 {JOB3} as shown below:-

No alt text provided for this image


job run successfully as shown below:-

No alt text provided for this image


No alt text provided for this image


So finally, the docker container successfully created as shown below:-

No alt text provided for this image


***********************************THANKS*****************************


To view or add a comment, sign in

More articles by Arpit Sironiya

  • The Volkswagen Group builds an automated testing environment

    Overview The Volkswagen (VW) Group’s Electric Development department tests and enhances the technologies that support…

  • Cyber crime - Confusion Matrix

    A confusion matrix is a technique for summarizing the performance of a classification algorithm. Classification…

  • Machine Learning Behind Google Translate

    Google Translate has launched 10 years ago. During the initial days, Google Translate was launched with Phrase-Based…

  • ******** DevOps Task 4*******

    #Task Description 1. Create a container image that has Linux and other basic configuration required to run Slave for…

  • Mask-RCNN IN SUPERVISE.LY

    About Supervisely Supervisely is a powerful platform for computer vision development, where individual researchers and…

  • MlOps And DevOps Common Task 2

    Task Description:- 1. Create container image that’s has Jenkins installed using Dockerfile 2.

  • EKS Task

    NextCloud Running On Amazon EKS Using EFS Storage About EKS Amazon Elastic Kubernetes Service (Amazon EKS) is a fully…

    2 Comments
  • INTEGRATION_OF_MACHINE_LEARNING_WITH_DEVOPS TASK3

    In this article, I'm explaining my MLOPs project which trains and tweaks a CNN model for Cat and Dog prediction from…

    1 Comment

Others also viewed

Explore content categories