VSCode pipelines schema needs to be updated

Issue #630 wontfix
Luis Marroquin created an issue

Hi there, I found out that artifacts declared in vscode schema requires an array

But according to https://support.atlassian.com/bitbucket-cloud/docs/use-artifacts-in-steps/

i should be able to do this

artifacts:
  download: false # do not download artifacts in this step
  paths: # defining artifacts to be passed to each future step
    - success.txt

https://bitbucket.org/atlassianlabs/atlascode/src/devel/resources/schemas/pipelines-schema.json

Comments (1)

  1. Log in to comment