PreBuildStep interface
Model representing a pre-build step.
Properties
| description | Description of the pre-build step. |
| http |
Http get request to send before the build. |
| scripts | List of custom commands to run. |
Property Details
description
Description of the pre-build step.
description?: string
Property Value
string
httpGet
scripts
List of custom commands to run.
scripts?: string[]
Property Value
string[]