Build and Package

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

Development Archives covers topics on Build and Package Strategies of DevOps with Trends and Technologies. Especially, Build and Package Archives of DigitalVarys talks about Tutorials, Guides, and How To’s on Build and Package Technologies and Trends.

How to Setup Jenkins CICD Pipeline for AWS Lambda with GitHub and SAM Template

How to Setup Jenkins CICD Pipeline for AWS Lambda with GitHub and SAM Template

AWS Lambda is a serverless computing service from AWS. Application logic can be written as functions and the actions can be triggered. For this cloud service, no platform-level services are exposed to end-user. We can also call this as Functions as a Service (FaaS). Since Serverless Computing is different than other traditional computing, Serverless application […]

How to Setup Jenkins CICD Pipeline for AWS Lambda with GitHub and SAM Template Read More »

Docker Build and Publish with Jenkins - DSL Script

Docker Build and Publish with Jenkins – DSL Script

Containerization is an alternative to the virtual machine which will bundle the running application in the operating system (Linux). Containers are very lightweight, Operating system-level virtualization, process level isolating and real-time and quick provisioning system. Tools like Docker, Rocket, LXC and more are supporting containerization. So docker is popularly used containerization tool where it has

Docker Build and Publish with Jenkins – DSL Script Read More »

Apache maven Installation and Configuration

How to Install and Configure Apache Maven on Ubuntu, CentOS, and Windows

Apache Maven is a build automation tool for Java projects. This tool is based on the Project Object Model (POM). Maven is very useful and powerful in terms of building Java projects, managing dependencies, and can be easily integrated with the source code management system. In this article, we will see how to install and

How to Install and Configure Apache Maven on Ubuntu, CentOS, and Windows Read More »

Jenkins Master Slave

How to Configure Jenkins Master Slave Setup.

Jenkins is an opensource tool which will automate some of the software development lifecycle tasks like build, test, deploy and more. Well, we have talked enough about Jenkins. In this article, we will discuss how to configure Jenkins master Slave Setup also called Master-Agent setup. Before that, we will see why we need master-slave set

How to Configure Jenkins Master Slave Setup. 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 »

Delivery Pipeline – Continuous Integration VS Continuous Deployment VS Continuous Delivery

Delivering software development is always challenging in terms of effectiveness, quality and secured product. In order to utilize the people and other resources, maintain the quality in faster development and maintaining the security and make the application complies with the security policies, we need structured workflow or process or strategy called a delivery pipeline. As

Delivery Pipeline – Continuous Integration VS Continuous Deployment VS Continuous Delivery Read More »