我有一个TeamCity构建配置A和B,其中B依赖于A.我需要在触发B时将参数从B传递给A.
这与问题有关:Override dependencies properties by parameters value in TeamCity 9
我需要找到WHERE / HOW来使用这个reverse.dep来设置依赖构建中的参数?在Project Configuration Parameters部分中,我可以添加Configuration / Environment / build参数,但它们采用Name / Value对.所以,请原谅我的无知,但我无法弄清楚在哪里指定这种反向逻辑.
谢谢
找到了!
原文链接:https://www.f2er.com/javaschema/281282.html我们只需要在B中添加一个名为reverse.dep.< btId> .paramName的新配置参数,并将其值作为需要传递的预期值.
Imp:如TeamCity文档中所述 –
As the parameter’s values should be known at that stage,they can only be defined either as build configuration parameters or in the custom build dialog.