VCS comment triggers for latest commit
Hi guys,
I was wondering if there's any way to make the VCS comment trigger fire only if the comment exists in the last commit comment. Right now the trigger catches merge-commit as well so sometimes the build gets triggered several times. (I'm trying to trigger a specific build configuration only when a certain word exist in the comment, but it shouldn't include merge-commits)
Thanks,
Please sign in to leave a comment.
Hi Nimrod,
Please take a look at this request https://youtrack.jetbrains.com/issue/TW-24747 and try the suggested property.
If it is not the case, then please provide a detailed example.
Perfect!
Thanks.