Skip to content

Templates / BuildStatusReason

Type Alias: BuildStatusReason

BuildStatusReason = object

Reason for the current build status (typically for errors).

Properties

logEntries

logEntries: LogEntry[]

Log entries related to the status reason.


message

message: string

Message with the status reason.


step?

optional step?: string

Step that failed.