Predefined Variables
Several variables are defined and can be used for attributes.
Name | Description | Scope |
---|---|---|
terrabuild_configuration | Name of current configuration | Global |
terrabuild_branch_or_tag | Name of current branch or tag | Global |
terrabuild_head_commit | Head commit commit | Global |
terrabuild_retry | true if build is retried. | Global |
terrabuild_force | true if build is forced. | Global |
terrabuild_ci | true if build is running in known CI. | Global |
terrabuild_debug | true if debug is enabled. | Global |
terrabuild_tag | Tag provided by user or nothing . | Global |
terrabuild_note | Note provided by user or nothing . | Global |
terrabuild_project | Name of current project | Target |
terrabuild_target | Name of current target | Target |
terrabuild_hash | Hash of current project | Target |
Last updated on