Download and run Jenkins
Open up a terminal in the download directory.
Run
java -jar jenkins.war --httpPort=8080
.Browse to
http://localhost:8080
.Follow the instructions to complete the installation.
官方教程:
https://jenkins.io/doc/tutorials/build-a-java-app-with-maven/