Downloading artifacts
You can download and inspect artifacts generated by your Amazon CodeCatalyst workflow actions for troubleshooting purposes. There are two types of artifact you can download:
-
Source artifacts – An artifact that contains a snapshot of the source repository content as it existed when the run started.
-
Workflow artifacts – An artifact defined in the
Outputs
property of your workflow's configuration file.
To download artifacts output by the workflow
Open the CodeCatalyst console at https://codecatalyst.aws/
. -
Choose your project.
In the navigation pane, choose CI/CD, and then choose Workflows.
-
Choose the name of your workflow. You can filter by the source repository or branch name where the workflow is defined, or filter by workflow name or status.
-
Under the workflow's name, choose Runs.
-
In Run history, in the Run ID column, choose a run. For example,
Run-95a4d
. -
Under the run's name, choose Artifacts.
-
Next to an artifact, choose Download. An archive file downloads. Its file name consists of seven random characters.
-
Extract the archive using an archive extraction utility of your choice.