Release and Operation

DigitalVarys is the Community of Developers and Authors of Technical Content about #DevOps, Cloud, #ProjectManagement, #InformationSecurity, #DataScience and #WebDevelopment.​

Release and Operation Archives covers topics on Release and Operation Phase. Which is One of the Important phase of Software Development Life Cycle (SDLC) which talks about Implementation framework of Release and Operation part of SDLC along with DevOps with Strategies, Trends, and Technologies. Especially, Release and Operation Archives of DigitalVarys talks about Tutorials, Guides, and How To’s on Release and Operation Technologies and Trends.

How to Install and Configure Ansible

How to Install and Configure Ansible on Ubuntu 16.04.

Configuration Management is a process of maintaining the state of the system. For example, The Configuration management system will ensure the system or server’s consistency by maintaining the configuration and setup of the machine or change on the same as per the requirement. Ansible is the configuration management tool which gives automation and systematic approaches […]

How to Install and Configure Ansible on Ubuntu 16.04. Read More »

Jenkins Declarative Pipeline Tutorial

Jenkins Declarative Pipeline Tutorial

Introduction Jenkins Pipeline is the workflow that implements the Continuous Delivery pipeline with the Jenkins features, tools, and plugins. There are two different ways to create a Jenkins pipeline. One is Declarative Pipeline, and another is a Scripted Pipeline. In this article, we will see how to create a Jenkins Declarative pipeline. This tutorial will

Jenkins Declarative Pipeline Tutorial Read More »

Continuous Delivery with Jenkins Pipeline.

About Jenkins Jenkins is an Open source, Java-based automation tool. This tool automates the Software Integration and delivery process called Continuous Integration and Continuous Delivery. Jenkins support various popular Version control system, Software build, and delivery tools. Over the Years, Jenkins become giant in CICD process, especially new features like Jenkins Pipelines (Scripted and Declarative

Continuous Delivery with Jenkins Pipeline. Read More »