Installing Jenkins X CLI

This lesson will focus on methods to install Jenkins X on various operating systems.

We'll cover the following

🔍 All the commands from this chapter are available in the 02-intro.sh Gist.

macOS#

If you are a macOS user, please install jx using brew.

Linux#

If you are a Linux user, the instructions are as follows.

⚠️ Please visit the releases page and replace v1.3.634 in the command that follows with the latest version.

Windows#

Finally, Windows users can install the CLI using Chocolatey.


Now we are ready to create a cluster and install Jenkins X.

Installing Prerequisites
To Create a Cluster or Not to Create a Cluster?
Mark as Completed
Report an Issue