Ignore submissions to certain folders in Perforce Stream
Answered
How (if possible) can I setup a build project to ignore submissions to a specific folder so a build doesn't trigger?
Example
//abc/mainline/documention/...
/source1/...
/source2/...
'mainline' stream has three folders, I only want to trigger builds on submissions to folders 'source1' or 'source2', 'documentation' is ignored.
TC version: 10.0.3
Perforce version: 2015.2/1340214
Please sign in to leave a comment.
Hi Jonny,
you can use the VCS Trigger rules, as detailed here: https://confluence.jetbrains.com/display/TCD10/Configuring+VCS+Triggers#ConfiguringVCSTriggers-VCSTriggerRules
to filter out folders, files or other options from VCS-triggering a build.
D'oh! I don't know how or why I missed that option with the triggers.
I was able to configure the triggers for each build project with the info in the link.
Thanks Denis!