3

I'm trying to enable automatic merge branch "dev" after successful build to master. "Watch builds in branches" is set to: +:dev "Merge into" is set to master. After build nothing happens.

2 Answers2

1

Those settings look correct...

When you say "After build nothing happens" what are you expecting? The UI will not display anything unless the automatic merge fails.

  • Have you confirmed in your vcs that it hasn't merged?
  • Are you sure the branch names are correct?
  • Was the build successful?
  • You can check the overview of a build that hasn't merged for a "Failed to merge sources..." message
JonSquared
  • 683
  • 6
  • 19
1

I was able to do it the way suggested by @Andrey Pesoshin on Teamcity fails to merge automatically . But it's not working fully the way I wanted to. Simpler is write merge script :/

Community
  • 1
  • 1