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/

posted @ 2018-01-11 09:26  星瑞  阅读(157)  评论(0编辑  收藏  举报