我们正在使用TeamCity 9,我们已经定义了构建配置,如下所示:
--> unit tests ---------|
^ ˇ
compile ->+-> integration tests ->+--> deploy
ˇ ^
--> acceptance tests ---|
构建之间的依赖关系定义为快照依赖关系(documentation)。所有测试版本都是并行运行的,但我需要定义顺序,因为integration test
比其他需要更多的时间,因此首先运行此测试版本会很好。
可以为链中的每个构建定义顺序或优先级吗?
答案 0 :(得分:0)
可以使用名为共享资源的构建功能来管理构建顺序(等待机制)。
参见页面@ Jetbrains ::: https://confluence.jetbrains.com/display/TCD9/Shared+Resources