Git TOP 9 Jenkins Chef DEVOPS TOOLS Docker

  • Slides: 5
Download presentation
Git TOP 9 Jenkins Chef DEVOPS TOOLS Docker Puppet Ansible Splunk Selenium Nagios

Git TOP 9 Jenkins Chef DEVOPS TOOLS Docker Puppet Ansible Splunk Selenium Nagios

Introduction to Git 1 Git was created 10 years ago following the Linux community’s

Introduction to Git 1 Git was created 10 years ago following the Linux community’s need for SCM (Source Control Management) software that could support distributed systems. Git is probably the most common source management tool available today. After running Git internally for a short period of time, we realized that we were better suited with Git. Hub. In addition to its great forking and pull request features, Git. Hub also has plugins that can connect with Jenkins to facilitate integration and deployment. I assume that mentioning Git to modern IT teams is not breaking news, but I decided to add to it to the list due to its great value to us.

Introduction to Jenkins 2 Jenkins is an open source automation tool written in Java

Introduction to Jenkins 2 Jenkins is an open source automation tool written in Java with plugins built for Continuous Integration purpose. Jenkins is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. It also allows you to continuously deliver your software by integrating with a large number of testing and deployment technologies.

Introduction to Docker 3 Docker is a tool designed to make it easier to

Introduction to Docker 3 Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package. By doing so, thanks to the container, the developer can rest assured that the application will run on any other Linux machine regardless of any customized settings that machine might have that could differ from the machine used for writing and testing the code.

Interesting, right? This is just a sneak preview of the full presentation. We hope

Interesting, right? This is just a sneak preview of the full presentation. We hope you like it! To see the rest of it, just click here to view it in full on Power. Show. com. Then, if you’d like, you can also log in to Power. Show. com to download the entire presentation for free.