@argos-ci/core
    Preparing search index...

    Type Alias FinalizeParameters

    type FinalizeParameters = {
        apiBaseUrl?: string;
        buildName?: string;
        parallel?: { nonce: string };
        skipIfEmpty?: boolean;
        token?: string;
    }
    Index

    Properties

    apiBaseUrl?: string

    Base URL of the Argos API.

    buildName?: string

    Name of the build, used by the skipped build created when skipIfEmpty is enabled and no build matches the nonce.

    parallel?: { nonce: string }
    skipIfEmpty?: boolean

    Create a skipped build when no parallel build matches the nonce. Useful when uploads are conditional (e.g. skipped by a CI cache such as Turborepo or Nx) and Argos is a required status check: the skipped build reports a success status even though nothing was uploaded.

    token?: string

    Argos token.