Skip to content

Deployments

To deploy build results, you can define deployments in the pattern configuration. The definition specifies which created files are deployed to which target environment. For this purpose you have to select an API / Connection which will be used for the deployment. In addition, depending on the connection type, further settings must be made, e.g. what should happen with already existing objects (retain/overwrite). In addition, a deployment can be set as automatic, so that it is automatically executed after a build for the build results.

The following types of deployments exist:

  • API: A deployment against a target API (e.g. IDMC or Fabric)
  • Database: Used to deploy database objects or procedures to a database
  • Git: Deploys generated artefacts/files to a Git repository
  • Group: Can be used to group various other deployments and execute them sequentially or in parallel

Please see the Deployment Guide to understand how to create a deployment configuration.