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...
How to Build and Create a Job in Jenkins

How to Build and Create a Job in Jenkins

Reading Time: 2 mins. Overview: The Jenkins “Freestyle” job enables you to build sequential tasks in the application lifecycle. Yet at the same time, there are some post-build actions that are limited in its nature. With the help of plugins, you can easily overthrow...
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...