0

我们正在尝试schedule a deploy,类似every sunday at 4 am, do deploy, even if nothing has changed,但阅读 IBM Cloud 的官方文档:这里,文档与控制台中的工具不匹配:

文件:

在此处输入图像描述

真实的:

在此处输入图像描述

所以,问题是:我们如何安排部署?

更新:

我们只看到这个选项:

在此处输入图像描述

点击“配置阶段”后,我们看到:

在此处输入图像描述

有 2 个选项可用:

  1. 上一阶段执行完成
  2. 手动执行阶段

更新 2:

在此处输入图像描述

更新 3:

在此处输入图像描述

4

1 回答 1

1

The docs you refer to are describing a capability provided by the (currently experimental) Composite Pipeline feature. If you want to try this, go to the toolchains page (https://console.bluemix.net/devops) and click on the "Pipelines" item, then click on the "Learn More" link on the "New experimental feature!"

enter image description here

Note that this feature is experimental, and is not available in all regions. In addition we may change how we deliver the capabilities Composite Pipeline current provides over time.

于 2018-01-09T16:31:28.973 回答