Lifecycle samples
The following table lists the predefined build lifecycles that are provided with the DBB zBuilder. These lifecycles are YAML files with default configurations.
The first column of this table lists the lifecycle names as you must enter them in the zBuilder CLI command, while the second column describes what each build does.
Lifecycle | Description |
---|---|
full | Builds all the programs of an application |
impact | Builds only the programs impacted by the source files that have changed since the last successful build or user provided baselines |
merge | Builds only the modified programs changed on a topic branch that are intended to be merged into the main branch. |
file | Builds individual programs of the application or builds a list of programs defined in a text file |
user | Builds a single program for developer testing and debugging |