Build configuration for

Hi,

I have a project with source control as github. This project has multiple feature branches being worked on my different developers. In order for them to remote run their changes, do I need to have separate build configurations for all the different branches? If not, then how do I configure my build configuration?

0
1 comment

Hi Aditya,

It shouldn't be needed to have multiple configurations, one for each branch, although it usually helps in making it much clearer. You can simply set the IDE Notifier to work with every branch (edit the branch filter and ensure that all branches are added to it), which will connect with the IDE plugin to remote run their changes. There is also a set of remote-run branches for which you can set up special triggers in the same configurations: https://confluence.jetbrains.com/display/TCD10/Branch+Remote+Run+Trigger

Both approaches should work, if you are facing any specific issue please don't hesitate to be more explicit about the specific problems.

0

Please sign in to leave a comment.