I am using hudson for my continous integration build system. i need to / should not trigger the build if checkins happened on one particular depot of the client spec.
Scenario - My Client Spec is like this:
\a
\b
\c
I need a CI for files checkin only for a & c.
I need the depot b to be sync up to my workspace and dont want to trigger build for the files checked into that depot (all are just help files, so no need to trigger a build).
please provide me a solution for this issue.
Regards
Joe