Big pipeline
I want to create difficult pipeline.
We have some (N) modules. Each module has own git-repository.
I need to prepare staging package which conatains N modules. But the problem is that some modules should be build from branch carrent and others should be build from another branch but the same (PROJ-XXX).
And when all builds will be finished, I need to execute finish step that call upgrade operation for the docker stack.
Is it possible to create such pipeline with teamcity?
Please sign in to leave a comment.
Hello Alexey,
If you do not need the builds to in the same build configuration to run on different branches, you can configure that: just define default branch in the VCS root as a reference to a parameter like "%myDefaultBranch%" and set the parameter to different values in different build configurations.