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

Comment on GitHub Pull Requests plugin for TeamCity by Jan

$
0
0

This still doesn’t fix the issue in my case. Let’s say I have a pipeline “build > test > deploy”. Scenario: User creates a pull request on Github for branch feature-123, this action triggers build and test on logical branch “1234”. If the user would like to run “deploy” and reuse, same build and test jobs which already successfully completed he has to search for 1234 branch instead of feature-123. This is a terrible user experience. Because of this, I don’t use TC built-in support for GH PRs instead, I created my own GH webhook handler which triggers jobs with human readable branch names.


Viewing all articles
Browse latest Browse all 916

Trending Articles