Add runs-on config to pipelines schema to support self-hosted runners

Issue #747 new
Mark Blackburn created an issue

Self-hosted runners require a runs-on config in the bitbucket-pipelines.yml.

See https://support.atlassian.com/bitbucket-cloud/docs/configure-your-runner-in-bitbucket-pipelines-yml/

The following needs to be added to definitions.step

                "runs-on": {
                    "type": "array",
                    "title": "Tags to select self hosted runners"
                },

Comments (1)

  1. Log in to comment