Artifacts
Build artifacts to upload at the end of the build
Automatically upload your build artifacts to Amazon S3 at the end of a build, after the after_script phase.
Please see our documentation for details.
See also
Types
Keys
If given a map, the following keys are supported:
enabled— Enable or disable uploading artifacts (type: boolean)bucket— The S3 bucket to upload to (type: string)endpoint— The S3 compatible endpoint to upload to (type: string)key— The S3 access key id (type: secure, alias:aws_access_key_id,aws_access_key,access_key_id,access_key)secret— The S3 secret access key (type: secure, alias:aws_secret_access_key,aws_secret_key,secret_access_key,secret_key)region— The S3 region (type: string, alias:s3_region)paths— Paths to the files to upload (type: sequence of string, or string)branch— (type: string)log_format— (type: string)target_paths— (type: sequence of string, or string)debug— (type: boolean)concurrency— (type: number)max_size— (type: number)permissions— (type: string)working_dir— (type: string)cache_control— (type: string)
Examples
artifacts:
enabled: true
bucket: string
endpoint: string
artifacts: true