VCS Trigger Rules - Pattern matching not working as expected
Hi,
I have a vcs trigger setup with these rules:
-:comment=[TeamCity]:**/*
+:root=Trunk - Origin Services:**/origin-services/services/src/main/sql/**/*
Someone checked into a file under the pattern and it didn't trigger the build. I then changed it to "**/origin-services/services/src/main/sql/**/*.sql" and the build triggered. Is this expected or is there a bug here?
Thanks,
Jay
Please sign in to leave a comment.
Bumping this thread as I haven't heard anything on it.
Hi Jason
It's described in TW-17613.
Try to use ** instead of **/*