Page History
...
...
Usage
Code Block | ||
---|---|---|
| ||
resources:
- name: <string>
type: ReleaseBundle
configuration:
sourceDistribution: distributionIntegration
name: <string>
version: <string>
isSigned: <boolean> |
Tags
name
...
name
-- should be an easy to remember text string
...
type
-- set to ReleaseBundle
An alphanumeric string (underscores are permitted) that identifies the resource.
type
Must be ReleaseBundle
for this resource type.
configuration
Specifies all configuration selections for the resource.
Tag | Description | Required/Optional |
---|---|---|
sourceDistribution | The name of a Distribution Integration | Required |
| Name of the release bundle | Required |
version | Version number of the release bundle |
...
Required | ||
| When true, the release bundle is signed. Defaults to false. | Optional |
Environment Variables
Whenever ReleaseBundle
is used in a step, a set of environment variables is automatically made available that you can use in your step.
Environment Variable | Description |
---|---|
res_<resource_name>_name | Name of the resource |
res_<resource_name>_sourceDistribution | Name of the Distribution integration |
TBD name??? | Name of the release bundle |
res_<resource_name>_version | Version number of the release bundle |
res_<resource_name>_isSigned | Indicates whether the release bundle is signed |
...