0

I saw this post How to pass Arguments between build configuration steps in team city?

It kinda works for me but not in the way I wanted.

I have two Build configs. Config A and Config B.

After Config A is finished I want to automaticall start Config B with a parameter of Config A.

My current issue is that after Config A is finished the Config B fails because it cannot find the parameter.

I tried something and now its like this:

If I start Config B first Config A will be started (because of dependencies) after Config A is finished Config B starts. This will result in both Configs success. But after Config B is finished another Config B is in the queue which fails beacuse it doesnt have the parameters

I am using Teamcity 10.2

  • You say "But after Config B is finished another Config B is in the queue" - why is that? Do you have a [finish build trigger](https://www.jetbrains.com/help/teamcity/configuring-finish-build-trigger.html) configured? If so, you can safely remove it. – Yan Sklyarenko Mar 29 '23 at 07:44

0 Answers0