VCS Triggers

Answered

 I want to know how I can trigger a build on a feature branch without triggering a build on the default branch. 

0
1 comment

If you have the feature branches on the VCS Root configuration, a VCS trigger should build the branch that was changed, not the default one. If you run the build manually, you can choose which branch to build by clicking on the ellipsis instead of run, then selecting the branch on the "Changes" tab. If you want to fully disable triggers for the default branch, you can do so by modifying the VCS Trigger and adding a "Branch filter" in the advanced settings.

More info to configuring Feature Branches in https://confluence.jetbrains.com/display/TCD10/Working+with+Feature+Branches

0

Please sign in to leave a comment.