This pipeline config isn't working for PR's on the development branch. In fact pull-requests: '*' doesn't seem to work either, for what it's worth. Any thoughts?
image: node:alpine
definitions:
steps:
- step: &build
name: Build
caches:
- node
script:
- yarn
- yarn build
pipelines:
branches:
development:
- step: *build
pull-requests:
development:
- step: *build
production:
- step: *build
The YAML looks wrong to me. Perhaps the online validator can help: https://bitbucket-pipelines.prod.public.atl-paas.net/validator
No, that was just my poor formatting when pasting the yaml into the editor. (I've updated it now). Let's assume for the sake of discussion that the config is correct, which my tests have been.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, lets do this. What do you mean it does not work? Lets assume it is not running for the pull-request against develop (the PR is to be merged against develop) but the pipeline is running when you push the develop branch, correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.