Jenkins automated builds

Jenkins is an open source, cross-platform, distributed continuous integration server. Official website: http://jenkins-ci.org/

At present, we use it to
  pack for these jobs. Get the latest code from svn, compile and build to generate a war package, and finally upload the war package to the specified path of the server.
Publish the jar package to the private server. Get the latest code from svn, compile and build the jar package, and upload the jar package to the private server (maven warehouse built by yourself) for reference by other projects.

For users, the steps to notify Jenkins to package or publish are almost the same. The following takes the operation steps of "packaging" as an example for description.

Step

1) Log in to Jenkins with your own account.

2) In the project list on the home page, locate the project you need to operate, and click to open the home page of the project.



3) The picture below is the homepage of wap-touch, click the picture to enlarge it.

4) View the output log



On the build record details page, click "Console Output" in the left navigation bar to view the background console log output in real time.

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326428754&siteId=291194637