"Stages" are not configured in pipelines-schema.json

Issue #984 new
Felix Sargent created an issue

https://support.atlassian.com/bitbucket-cloud/docs/stage-options/

https://bitbucket.org/atlassianlabs/atlascode/src/devel/resources/schemas/pipelines-schema.json ← Search for “stage” and it does not exist.

This code snippet is from the documentation

pipelines:
  default:
  - stage:
      name: Build and test
      script:
        - sh ./build-app.sh

Atlascode 3.0.2

Comments (2)

  1. Log in to comment