Combining multiple orchestrators
This topic describes how to specify multiple orchestrators for each deployment to achieve complex use cases.
This topic describes how to specify multiple orchestrators for each deployment to achieve complex use cases.
An orchestrator combines the steps for the individual component changes into an overall deployment workflow.
This topic helps you to get started with Deploy rules.
This topic describes how functionality in the Deploy server can be customized by using plugpoints. Plugpoints are specified and implemented in Java. On startup, Deploy scans its classpath for implementations of its plugpoints in the com.xebialabs or ext.deployit packages and prepares them for use. There is no additional configuration required.
In Deploy, an orchestrator combines the steps for individual component changes into an overall deployment or provisioning workflow.
In Deploy, an orchestrator combines the steps for individual component changes into an overall deployment or provisioning workflow. Orchestrators are also responsible for deciding which parts of the deployment or provisioning plan are executed sequentially or in parallel. You can combine multiple orchestrators for more complex workflows.
A script rule adds steps and checkpoints to a plan by running a Jython script that calculates which steps and checkpoints to add.
The Deploy rules system enables you to use XML or Jython to specify the steps that belong in a deployment plan and how the steps are configured.