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"
]
}