Back to Website
Show / Hide Table of Contents

finalize

  • Last updated on December 29, 2023
  • •
  • Less than a minute to read

This task marks the specified artifacts as final and deletes all temporary artifacts.

Parameters

  • finalArtifacts` (array of strings) - A list of artifact names to be marked as final.
Note

The task is considered completed even if not all specified artifacts are present for finalization.

Example

{
    "description": "Finalize",
    "name": "finalizing",
    "type": "finalize",
    "finalArtifacts": [
        "result*",
        "preview-front",
        "preview-back"
    ]
}
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback