DevOps and Development

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

Bash case Statement Syntax and Examples

December 15, 2021

The bash case statement simplifies complex conditional statements and tests input strings against specified patterns to execute a command when the condition is met. This tutorial shows how to use the bash case statement.

Read more

Bash Script for Loop Explained with Examples


This article shows how to use the for loop in bash scripts through various hands-on examples.

Read more

NFS Docker Volumes: How to Create and Use


Using Docker volumes is a convenient way to set up persistent storage for your Docker containers. Aside from normal directories, Docker allows users to mount directories shared over NFS. This tutorial will show you how to create and mount NFS Docker volumes.

Read more

How To Run A Bash Script {7 Methods}

December 9, 2021

There are multiple ways to run Bash scripts, and each method has a purpose. Learn how to run scripts through the hands-on examples provided in this tutorial.

Read more
1 24 25 26 27 28 46