Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Continuous integration 当其他生成通过时,是否可以有条件生成?_Continuous Integration_Bamboo - Fatal编程技术网

Continuous integration 当其他生成通过时,是否可以有条件生成?

Continuous integration 当其他生成通过时,是否可以有条件生成?,continuous-integration,bamboo,Continuous Integration,Bamboo,假设我有构建计划A,B,C和D。成功的A构建触发了B和C并行构建。现在我想触发buildD当且仅当B和C通过时-我如何才能实现 A / \ // A triggers B and C (This is already implemented) B C \ / // How to trigger D if B and C are successful? D 通过its提供此功能(否则相当有限): 只有在指定其他版本时,才能选择运行此计划的版本 计划目前正在通过。这些计划必须成功实

假设我有构建计划
A
B
C
D
。成功的
A
构建触发了
B
C
并行构建。现在我想触发build
D
当且仅当
B
C
通过时-我如何才能实现

  A
 / \ // A triggers B and C (This is already implemented)
B   C
 \ / // How to trigger D if B and C are successful?
  D
通过its提供此功能(否则相当有限):

只有在指定其他版本时,才能选择运行此计划的版本 计划目前正在通过。这些计划必须成功实施 在这个计划建立之前。另见

因此,您可以简单地让
D
B
C
触发,并将其计划键输入到启用的触发条件,仅当其他计划当前通过时才运行构建