从这里开始

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 512MB is recommended
    _ 10 GB of drive space (for Jenkins and your Docker image)
  • The following software installed:
    _ Java 8 (either a JRE or Java Development Kit (JDK) is fine)
    _ Docker (navigate to Get Docker at the top of the website to access the Docker download that’s suitable for your platform)

Download and run Jenkins

  1. Download Jenkins.
  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!

Donate - Support to make this site better.
捐助 - 支持我让我做得更好.