How to poll RTC for only certain component?
I currently have Jenkins and RTC integrated so that a Jenkins job uses a build definition to poll the SCM for changes every 15 minutes. Our project has several different components, but the job I'm setting up only needs to build projects in one of the components.
I only want the build to kick off if there are changes in that one component, but it's currently running if changes are checked into any of the components. This is unnecessary and ends up backing up our build queue. Is it possible to set up a build definition/workspace/Jenkins job so that it only polls certain components for changes?
Any guidance or workarounds would be much appreciated!