DevOps and Development

Bash continue: How to Resume a Loop

January 25, 2022

This tutorial outlines the syntax for the Bash continue statement, as well as provides example codes for different loop types.

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

How to Use the Bash let Command {with Examples}


The Bash let command is a built-in utility used for evaluating arithmetic expressions. Learn how to use the Bash let command in this tutorial.

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

Jenkins Logs - Viewing and Customizing

December 30, 2021

Jenkins is an open-source automation server for code development. Jenkins logs offer a wealth of information about your projects and the Jenkins app itself.

Read more

How to Change Port for Jenkins

December 29, 2021

Jenkins uses port 8080 by default, but it also lets users set a custom port. This tutorial shows you how to change the default Jenkins port in Windows, Linux, and macOS.

Read more

Git Tag Release Management


Git releases are git objects created from Git tags. Learn how to work with Git releases in this guide.

Read more

Jenkins Environment Variables: Ultimate Guide

December 23, 2021

Jenkins is an open-source automation server used for automating code development. In this tutorial, we show you how to use environment variables in Jenkins to make automation even easier.

Read more

How to Write a Bash Script with Examples


Bash scripting is a key skill for both system administrators and developers. Learn how to write a Bash through a practical example.

Read more

How to Restart Jenkins Manually

December 16, 2021

Jenkins offers a way for developers to automate building, testing, and deploying their applications. This tutorial show you how to restart Jenkins manually.

Read more
1 25 26 27 28 29 46