How to combine VCS Triggers to prevent build start if changes detected in particular git repo folder?

To simplify explanation, let's assume that I have three folders in git repo: A B C. So, if changes presented in B, the build must never be started, just in case the changes are in A or C, A and C. If changes are in A and B, C and B, A and B and C - it must not be started. Is it possible to configure such behavior?

0
2 comments
Avatar
Permanently deleted user

Actually, I need somehow to configure, let say rule, "if there are changes in B - don't start the build, whatever changes are in other folders".

0
Avatar
Julia Alexandrova

Hi Vitaly, the described behavior seems difficult to configure. Could you explain what you would like to achieve? Why not just ignore folder B in the VCS trigger?

0

Please sign in to leave a comment.