Tag: Jenkins

Ansible vs. Jenkins: What's the Difference?

January 26, 2023

DevOps promotes automation across the entire software development life cycle. Therefore, there are many DevOps tools that enable automation at various SDLC stages. This article compares two popular automation solutions, Ansible and Jenkins.

Read more

How to Install Jenkins on Ubuntu 22.04

October 20, 2022

Learn how to install Jenkins on Ubuntu 18.04. This software package is used to automate parts of the build, testing, delivery, and deployment of software. Jenkins uses the Java Runtime Environment (JRE) and supports continuous integration (CI) and continuous delivery (CD).

Read more

How to Install Jenkins on Mac

July 13, 2022

Jenkins helps developers and organizations automate coding and deployment. This tutorial shows how to install Jenkins on Mac.

Read more

Jenkins vs. Kubernetes: What Is the Difference?

May 26, 2022

Learn about the difference between Kubernetes and Jenkins and how they can work together to create an automated DevOps pipeline.

Read more

How to Configure Docker in Jenkins

April 28, 2022

Jenkins is designed to balance parallel jobs from multiple build agents. The agents connect either locally or via the cloud. This article will show you how to configure Docker containers to work as Jenkins build agents.

Read more

How to Change Jenkins Home Directory

February 10, 2022

The Jenkins Home directory contains Jenkins deployment logs, cloned repositories, and configurations. This tutorial shows you how to change the location of the Jenkins Home directory.

Read more

Jenkins Shared Library: How to Create, Configure and Use

February 3, 2022

Jenkins is an open-source solution for automating software development. Jenkins Shared Libraries allow developers to reuse scripts for multiple projects.

Read more

Jenkins Build: Set Up Freestyle Project in Jenkins

January 25, 2022

Jenkins uses projects to help developers automate coding and deployment. This tutorial shows you how to create a freestyle project in Jenkins.

Read more

What is Jenkins?

January 20, 2022

This article explains how Jenkins integrates into the CI/CD pipeline as well as some basic terminology needed to understand how Jenkins works.

Read more

Jenkins Tutorial: Basics for Beginners

January 13, 2022

Jenkins seems overwhelming when just starting out. Follow our guide to learn how to set up and use Jenkins through hands on tutorials.

Read more