Getting started with the Guided Tour
This site is the new docs site currently being tested. For the actual docs in use please go to https://www.jenkins.io/doc. |
This guided tour introduces you to the basics of using Jenkins and its main feature, Jenkins Pipeline. This tour uses the "standalone" Jenkins distribution, which runs locally on your own machine.
Prerequisites
For this tour, you will require:
-
A machine with:
-
256 MB of RAM, although more than 2 GB is recommended
-
10 GB of drive space (for Jenkins and your Docker image)
-
-
The following software installed:
-
Java 11, 17, or 21
-
Docker (navigate to Get Docker site to access the Docker download that’s suitable for your platform)
-