Jenkins之手动安装

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.

官方教程:

https://jenkins.io/doc/tutorials/build-a-java-app-with-maven/

原文地址:https://www.cnblogs.com/gongxr/p/8266819.html