Basically I want to run a script checking for the existence of a certain filetype at each new revision.
Subversion is used for source control.
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 your project’s configuration (within
ccnet.config) there is a<tasks>element within which you can define various actions that are taken whenever an integration is triggered. In your case, you would set up a trigger that looked something like this:There are several types of tasks included with CruiseControl.NET. The documentation includes a comprehensive list that explains how they are to be used, and what options are available.