bitrise-steplib / bitrise-step-pull-intermediate-files

MIT License
0 stars 2 forks source link

Step init #1

Closed godrei closed 2 years ago

godrei commented 2 years ago

Checklist

Version

First version: 1.0.0

Context

This Step downloads Pipeline Intermediate Files. Intermediate files are build artifacts generated by Workflows in a Pipeline intended to be shared with subsequent Workflows.

You can upload the intermediate files using the Deploy to Bitrise.io Step's Files to share between pipeline stages input. The directories you specify will be archived and uploaded as a single file.

When uploading Pipeline intermediate files, you must assign environment variable keys to them in the Files to share between pipeline stages input. After downloading the files, the environment variable key will point to the file's local path.

When downloading an artifact that was a directory initially, they are extracted, and the specified environment variable will point to the directory's local path.

Changes