Ixxerja permezz ta’


PreBuildStep interface

Model representing a pre-build step.

Properties

description

Description of the pre-build step.

httpGet

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

Http get request to send before the build.

httpGet?: HttpGet

Property Value

scripts

List of custom commands to run.

scripts?: string[]

Property Value

string[]