DevOps

Jenkins Installation

Jenkins Installation In our last two posts we understand what Continuous Integration is and about an introduction to one of the famous CI tool called “Jenkins”. What is “Continuous Integration” Introduction to Jenkins a CI tool Jenkins is available as open source and can be download from here for almost all major operating systems like …

Jenkins Installation Read More »

Jenkins Certification

Introduction to Jenkins a CI tool

Introduction to Jenkins a CI tool Before starting with Jenkins, we would suggest new users to go through with Generic understanding of Continuous Integration. What is “Continuous Integration” Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks such as building, testing, and deploying software. Jenkins can …

Introduction to Jenkins a CI tool Read More »

CI

What is “Continuous Integration”

What is “Continuous Integration” DevOps, Continuous Integration, Continuous Testing, Continuous Delivery, Continuous Deployments etc are some of the most commonly used terms in the IT industry now a days, but what does actually some of these term means?. Why they are becoming an integral part of any software Delivery lifecycle. Let’s understand about one of …

What is “Continuous Integration” Read More »

Git

Push and Pull Operation is Git

Push and Pull Operation is Git We suggest to go through below posts if you are new to Git. Distributed Version Control System: Git Git Installation for Windows and Linux Setting Up Central/Remote Git Repository in Bitbucket Clone Process in Git and Local Repository Operations Push changes from your local Git repository to Bitbucket – …

Push and Pull Operation is Git Read More »

Git

Git Installation for Windows and Linux

Git Installation for Windows and Linux Lets move to the Installation of Git on Windows and Linux, to understand the basics of Git, check our early published post: Distributed Version Control System: Git Git on Windows – 1.) Download and run the software from “https://git-for-windows.github.io/“. 2.) Accept GNU GPU, follow the instructions on installation wizard …

Git Installation for Windows and Linux Read More »

Puppet

Puppet Smoke Tests and Real Time Run

Puppet Smoke Tests and Real Time Run Thinknyx Configuration Management “Puppet Series”: for those who want to start with the base can go through below blogs first. Start Automation with Puppet Puppet Enterprise Stack Puppet Enterprise Master Installation Puppet Agent Installation Puppet Master-Agent Communication Model Puppet Certification Management Puppet Resources Puppet Resources-II Puppet Code Syntax …

Puppet Smoke Tests and Real Time Run Read More »

Puppet

Puppet Code Syntax Checks

Puppet Code Syntax Checks Its time to move forward with the assurance of correct code syntax for the Puppet Code we have written, so far we have developed our expertise for below Puppet concepts: Start Automation with Puppet Puppet Enterprise Stack Puppet Enterprise Master Installation Puppet Agent Installation Puppet Master-Agent Communication Model Puppet Certification Management …

Puppet Code Syntax Checks Read More »