Jenkins in the Industry…

#How is Jenkins used in the industry

Jenkins is an open-source software automation tool, which helps you to implement the DevOps culture in your work. It allows you to fetch your code or different parts of your code available on the internet generally on an SCM tool like Github, set up an environment for running those chunks, integrate the parts of code, runs, tests, packages, and finally deploys your application or any other task you want to do.

It helps you create a CI/CD pipeline. Continuous Integration — fetch, build, run, test, fix errors/add something(plan), repeat. Continuous Delivery or Deployment — release(after successful pass in test), deploy/deliver, operate, monitor, repeat.

Who Uses Jenkins? Facebook, Netflix, Udemy, 4Linux, Alcatel-Lucent, Amadeus, Atmel, Avid Basis Tecnologia da Informação S.A.,BCZ.com, Bigpoint and alot more.

Let us have a look at how Netflix uses Jenkins.

  • Code is built and tested locally using Nebula.

Build → Integrate → Bake → Deploy.

As Netflix is also a prime user of Amazon’s AWS, It Runs its servers on top of AWS instances and uses images to build an environment for running the Applications.

Thanks…. Hope You liked it.

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store