How to Build and Create a Pipeline Using Jenkins

How to Build and Create a Pipeline Using Jenkins

Reading Time: 2 mins. Introduction: In the previous articles of the same Jenkins series, you might have come across the Jenkins installation and how to build a basic job in Jenkins. As a continuation article, you will learn how to build and create a basic pipeline in...
All about CI/CD Implementation and Why Does It Matter

All about CI/CD Implementation and Why Does It Matter

Reading Time: 2 mins. Overview The CI/CD is a set of methods used to deploy code-changes more readily and frequently via automation. It stands for Continuous Integration and Continuous Delivery/Deployment, practice in the DevOps culture, i.e. a combination of...
All about Jenkins Installation Process on Ubuntu 18.04

All about Jenkins Installation Process on Ubuntu 18.04

Reading Time: 5 mins.  What is Jenkins? Jenkins is an open-source and automation tool primarily used for the implementation of Continuous Integration and Continuous Delivery/Deployment. Being written using the Java language, it can be integrated with a number of...
Installing Nginx on Ubuntu 18.04

Installing Nginx on Ubuntu 18.04

Reading Time: 3 mins. Nginx, the most widely used web servers in recent years, is popularly known for its simple configuration, stability and high performance. Unlike the other web servers, it can also function as a proxy server and cache server. This article will...