Integration of Github, Jenkins, and Docker
Integration of Github, Jenkins, and Docker This is the first task i got in MLOps+DevOps training by LinuxWorld, India. Why we need this project ?🤔🤔🤔 Ans: The industry now need automation in every field, here in this task we are doing the same , now Question arise HOW?🙄😶 for that we have used Jenkins , The popular automation tool which is used for various purposes but here we are using Jenkins to automate the process of whenever developer append to the code/program/app/file the jenkins will automatically upadtae the github repository, for this here we used three jobs😮… what actually are those jobs ?😦🙂 this is the right question… Ans: The first jobs is, If Developer push to dev branch then Jenkins will fetch from dev and deploy on dev-docker environment. The Second One is ,If Developer push to master branch then Jenkins will fetch from master and deploy on master-docke environment. Both dev-docker and master-docker environment ...