
Deployment packages #
Deployment Package is an envelop for a group of elements that should be deployed together. It can be used for elements that
- are updated during a development of a feature (e.g., JIRA ticket)
- should be deployed in a release of multiple features
New deployment package #
Deployment packages list is located in System folder. There are two options how to create a new one:
- by Add new deployment package button in System folder view
- by typing a new deployment package name during push of changes in an element
Deployment package actions #
User can
- add an element to the existing deployment package
- remove an element from the deployment package
- batch generate output scripts for all elements
- push generated output scripts to Git
Add/remove element #
Element can be added to a deployment package in two ways:
- Directly in a deployment package by drag&drop an element from the project tree to the drop area
- during element push action - user selects a deployment package from drop-down list (or creates a new one here)
Batch generate output script #
User can generate output script using Create button. The button is available for a selected environment.
The Create action does not reflect an unpushed changes - it works only with pushed versions of elements in the deployment package.