Hi friends can any one suggest me how to trigger a svn android build using jenkins..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In general, there are two ways of doing it, as described in this document: you can either poll SVN repository or write a post-commit hook. You’ll need Subversion Plugin (which is part of Jenkins distribution – but just in case check that it is installed and enabled).
You configure your build by checking Subversion radio box in Source code management system and then specifying what to check out and where to put it in your working copy (there are ‘?’ icons to the right – use them for help). If you use polling you’ll also need to check Poll SCM box in Build Triggers section and specify polling schedule (again, use ‘?’ help).