Newer bitbucket-pipelines.yml schema support

Issue #137 resolved
Vadim Lositski created an issue

bitbucket-pipelines.yml schema supplied with latest plugin version (2021.3.195) does not support artifacts element i step declaration, for example

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

as described here https://support.atlassian.com/bitbucket-cloud/docs/use-artifacts-in-steps/

I suspect supplied schema should be updated to reflect latest changes.

Comments (2)

  1. Log in to comment