1. 程式人生 > >Jenkins之手動安裝

Jenkins之手動安裝

mina ins mirror ref -h and min 手動安裝 cto

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/

Jenkins之手動安裝