Basically I have a project A inside my cruisecontrol that has 2 different triggers. One is an intervalTrigger which checks to see if modification exists in the repository and the builds the project A. And the other one is a projectTrigger which makes the project A gets build if project B is built. Now I have a executable file and I only want this to deppen on my intervalTrigger and not on the projectTrigger. Is that possible???? How????
+1
A:
I'm not sure I understand what you're asking, but you can always create a new project C and set just the interval trigger to execute your file.
Igor Brejc
2009-04-10 17:58:48
A single project can't conditionally perform actions based on which trigger was pulled. You need to set up several projects.
Pedro
2009-05-27 15:35:43