How to install Git Bash?

Git is a set of command line utility programs that are designed to execute on a Unix style command-line environment.

Git Bash is an application for Microsoft Windows environments which provides an emulation layer for a Git command line experience.

This article will concisely introduce one of the basic Git knowledge: …

How to install JDK?

The JDK - ‘Java™ Platform, Standard Edition Development Kit ' is a development environment for building applications, and components using the Java programming language.

It includes tools useful for developing and testing programs written in the Java programming language and running on the Java platform…

How to install Jenkins?

The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.

This article will concisely introduce one of the basic Jenkins knowledge: how to install the Jenkins …

What is a release pipeline?

A release pipeline can also be thought of as a workflow. A workflow whose purpose is releasing software. As such, modelling your release pipeline should simply be a case of modelling how you want to release your software…