@buildkite/buildkite-sdk
    Preparing search index...

    Interface CommandStepManualRetryObject

    interface CommandStepManualRetryObject {
        allowed?: boolean | "true" | "false";
        permit_on_passed?: boolean | "true" | "false";
        reason?: string;
    }
    Index

    Properties

    allowed?: boolean | "true" | "false"

    Whether or not this job can be retried manually

    permit_on_passed?: boolean | "true" | "false"

    Whether or not this job can be retried after it has passed

    reason?: string

    A string that will be displayed in a tooltip on the Retry button in Buildkite. This will only be displayed if the allowed attribute is set to false.