Question
Is there a ways to make Hudson check for new Release directory in the tag directory of the SVN repository and build only the new release?
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.
If I’m understanding your question correctly, you want to create an SVN tag and then have Hudson build off that tag. You can’t do that with the standard Hudson as the SVN URL will change each time you create a new tag.
How about switching things around so that your developers check into a fixed SVN branch, then you have Hudson create a tag for each successful build ? That’s easy enough to do by adding an “execute shell” build step to create the SVN tag after the main build steps.