Svn+jenkins+eclipse+uiautomator Environment Construction

Source: Internet
Author: User
Tags svn

Toss for two days, this finally get through, now still in ignorant state, make a summary, afraid behind to forget.

1.SVN

What is SVN, it is a source code control system, developers to work every day from the SVN server to download the source code, and then every hour to submit, straightforward speaking is the source of synchronization.

You can install the SVN plugin in eclipse by doing the following:

1)llabnet official website ( https://www.open.collab.net ) Download the latest version, step by step installation after the following prompts represent the successful installation

2) Open Browser, enter http://localhost:3343/csvn/ , go to SVN admin page

3) Enter the "repository" to build the project

4) Enter the version creation interface

5) Successful Creation

6) Write a test script, use Eclipse, and install the SVN plugin in eclipse to synchronize

* Download Plugin svn-eclipse-site-1.8.22, unzip the file to the Links folder in Eclipse's installation directory and rename it to:SVN

* Create a new TXT file under the links directory and rename it to Svn.link

* Open Svn.link, enter PATH=D:\ECLIPSE\LINKS\SVN (svn-eclipse-site-1.8.22 extracted file path), save.

* Open the ECLISPE--SVN repository study and add to the left Visual window (can find instructions to install SVN in eclipse successfully)

* Click the test script project in Eclipse--share project--Select svn

*SVN's repository address gets:

Go to the SVN repository interface. Copy the repository's address:

(In the box for the computer's IP address)

* after Setup is complete, the interface is as follows, indicating that the SVN version has been established successfully:

*The SVN commit operation:

* After successful content submission, switch to SVN repository to display the following

2. Create a Jenkins task

How to enter Jenkins, browser input http://localhost:8080/

#jar-jar Jenkins.war to start the Jenkins server

#http://localhost:8080/exit Close Jenkins Service

#http://localhost:8080/restart Restart Jenkins Service

1) To create a Jenkins task, click "New" in the upper left corner

2) Enter a name, select "Free Style" and click "Create"

3) Enter the URL of SVN

4) After completing the steps above, as long as the script does not have a problem can run up (of course, to build the project, if compiled after the build will be able to run up)

5) Want to know the result of running? You have to send mail, Jenkin need to install the Mail plugin (email-ext plugin)

Svn+jenkins+eclipse+uiautomator Environment Construction

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.