Skip to main content
Version: QB13

Build

Build is generated by running a configuration. When a particular configuration is triggered (either by user or by the scheduling system), the build condition of the configuration is evaluated. If the result of the evaluation is true, the configuration will be run to generate a new build.

{#Build-version}

Build version can be used to identify a build inside a configuration, for example: 1.0.0. Some special version can be used to identify latest build of different status:

VersionExplanation
latestrepresents latest build of a configuration
latest_finishedrepresents latest finished build of a configuration
latest_successfulrepresents latest successful build of a configuration
latest_recommendedrepresents latest recommended build of a configuration
latest_failedrepresents latest failed build of a configuration
latest_cancelledrepresents latest cancelled build of a configuration
latest_runningrepresents latest running build of a configuration

{#Build-name}

Build name can be used to uniquely identify a build inside the system. It is in the format of <configuration id>.<build version> , where <configuration id> represents id of a configuration, and <build version> represents version of a build (including special version as introduced above). Some examples:

NameExplanation
1.1.0.0represents build 1.0.0 in configuration with id 1
2.latestrepresents latest build in configuration with id 2
2.latest_successfulrepresents latest successful build in configuration with id 2