What happens to a CruiseControl.NET project if a trigger fires to build the project while it’s already building due to someone “Force” building it earlier?
Will the build request of the trigger got queued?
We use CCNET 1.5 and 1.6.
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.
Nothing, while a build is running triggers are not executed. However if you configured a
sourcecontrolblock for example for svn or p4, modifications during forced build will still be detected and cause another build in consequence.You can see easier this if you add
<queueStatusServerPlugin />to theserverPluginsindashboard.config.