如何/在何处设置TeamCity中的反向依赖参数(reverse.dep)?

前端之家收集整理的这篇文章主要介绍了如何/在何处设置TeamCity中的反向依赖参数(reverse.dep)?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有一个TeamCity构建配置A和B,其中B依赖于A.我需要在触发B时将参数从B传递给A.

这与问题有关:Override dependencies properties by parameters value in TeamCity 9

和teamcity文件here

我需要找到WHERE / HOW来使用这个reverse.dep来设置依赖构建中的参数?在Project Configuration Parameters部分中,我可以添加Configuration / Environment / build参数,但它们采用Name / Value对.所以,请原谅我的无知,但我无法弄清楚在哪里指定这种反向逻辑.

谢谢

找到了!

我们只需要在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.

原文链接:https://www.f2er.com/javaschema/281282.html

猜你在找的设计模式相关文章