Quantcast
Channel: TeamCity : Powerful CI/CD for DevOps-centric teams | The JetBrains Blog
Viewing all articles
Browse latest Browse all 916

Comment on Building GitHub pull requests with TeamCity by Bulat

$
0
0

Hi! I am trying to compose regular build configs (‘build’ and ‘test’) with a composite build config. The idea is the next: ‘build’ and ‘test’ can see all changes in a repo. They have no triggers. Also, there is composite build config called ‘PR’ which has
1) Pull request build feature
2) VCS trigger ‘+:pull/*’
3) snapshot dependency to ‘build’ and ‘test’

When I create new Pull request in GitHub it triggers ‘PR’ build config which triggers ‘build’ and ‘test’. The problem is that dependency builds start building master branch. Even if I set in root VCS Branch specification ‘+:*’ rule for ‘build’ and ‘test’


Viewing all articles
Browse latest Browse all 916

Trending Articles