Jenkins 2017 Nian used

Jenkins is an open source software project, is based on a Java development continuous integration tool for continuous monitoring duplication of work, it aims to provide an open and easy to use software platform that enables continuous integration software becomes possible.

Jenkins features include:
1, sustained release software / test project.
2, external monitor to call the work performed.
First, ensure that the system has been installed jdk, preferably more than jdk1.5.
Starting a first method, change to the directory stored jenkins.war, enter the following:
$ java -jar jenkins.war
If you need to modify the port can use the following command:
$ java -jar jenkins.jar--httpPort=8081
Then in the browser (Firefox recommended) enter localhost: 8081, localhost can be ip of the machine, may be a computer name. It can open jenkins.
The second method is to open by tomcat
Tomcat unzip to a directory, such as / usr / local, into the / bin directory under the tomcat, start tomcat
The jenkins.war file into the webapps directory of tomcat, the tomcat startup, will automatically create jenkins directory in the webapps directory, in the address bar to enter localhost: 8080 / jenkins.

Guess you like

Origin www.cnblogs.com/hofmann/p/11790498.html