Getting started with the Guided Tour

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 or Java 17

    • Docker (navigate to Get Docker site to access the Docker download that’s suitable for your platform)

Java 11 or Java 17 are required by Jenkins 2.357 (weekly) and later. The Long Term Support release line (Jenkins 2.346.x) will continue to support Java 8 until the September 2022 release.

Download and run Jenkins

  1. Download Jenkins Generic Java package (.war)

  2. Open up a terminal in the download directory

  3. Run java -jar jenkins.war --httpPort=8080

  4. Browse to http://localhost:8080

  5. Follow the instructions to complete the installation

When the installation is complete, you can start putting Jenkins to work!



Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.