You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The related step inputs are grouped together for better visibility and the step also received some pipeline intermediate file sharing improvements.
Starting from this version the step can save metadata for the intermediate files which will make them easier to restore in the pipeline stages. This data is consumed by a new Pull Pipeline intermediate files Step and can restore the intermediate files automatically.
What's Changed
[Plang-2151] Pipeline intermediate files by @tothszabi in #158
This version passes the content type of the created artifact to the new artifacts API of the Website. This enables Google Cloud Storage support (GCS signed URLs must be generated using the same content type that is used during uploading).
What's Changed
add content_type parameter for POST artifact.json API call by @imrekel in #155