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

Comment on Configuration as Code, Part 1: Getting Started with Kotlin DSL by Puneet Murgai

$
0
0

So I want to run two builds (A –> B) in a build chain. A is in repo RA and B is in repo RB in teamcity. The build chain exists in repo RA. I need the result of B reported back in RA so that if B is not successful, the pull request in RA should fail. I cannot directly set dependency of B as A in repo RB because it’s a generic build.

All I need is to be able to run these two builds in the order A –> B.


Viewing all articles
Browse latest Browse all 916

Trending Articles