Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,554,338
Community Members
 
Community Events
184
Community Groups

Pull request pipeline not running on specified branch

Edited

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

 

1 answer

0 votes
ktomk
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 21, 2021

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.

ktomk
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 21, 2021

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?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events