Search code examples
ibm-clouddevops-services

IBM-Cloud: Schedule a Deployment


we are trying to schedule a deploy, something like every sunday at 4 am, do deploy, even if nothing has changed, but reading official docs of IBM Cloud: here, the docs does not match with tools in console:

Docs:

enter image description here

Real:

enter image description here

So, the question is: how can we schedule a deployment?

Update:

We only see this options:

enter image description here

after clicking "Config Stage" we see:

enter image description here

There are 2 options available:

  1. Execute on previous stage finished
  2. Manually excecute stage

Update 2:

enter image description here

Update 3:

enter image description here


Solution

  • 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.