jira.js
    Preparing search index...

    Function deleteBuildByKey

    • Delete the build data currently stored for the given pipelineId and buildNumber combination.

      Deletion is performed asynchronously. The getBuildByKey operation can be used to confirm that data has been deleted successfully (if needed).

      Parameters

      • client: Client
      • parameters: { buildNumber: number; pipelineId: string }
        • buildNumber: number

          The buildNumber of the build to delete.

        • pipelineId: string

          The pipelineId of the build to delete.

      • Optionaloptions: RequestOptions

      Returns Promise<void>