Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

pull-requests in pipeline not running

luis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 1, 2022

for some reason the pull-request script on my pipeline stopped working all of the sudden, anybody having the same issue?

 

pipelines:
pull-requests:
'**':
- step:
name: Lint
size: 2x
caches:
- node
- npm
script:
- npm install --global npm
- yarn install
- yarn lint
artifacts: #defining what files will be passed and available in next step
- node_modules

- step:
name: Unit Test
size: 2x
caches:
- node
- npm
script:
- yarn test __tests__/* --runInBand --logHeapUsage --silent

2 answers

1 vote
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 6, 2022

Hi @luis and @Matija Varjacic,

I checked with our development team and there was an issue with pipelines performance that day which has since been resolved.

In case you are still experiencing any issues, I would suggest creating a ticket with the support team so we can further investigate.

You can create a ticket via https://support.atlassian.com/contact/#/, in "What can we help you with?" select "Technical issues and bugs" and then Bitbucket Cloud as product.

Kind regards,
Theodora

0 votes
Matija Varjacic September 2, 2022

It doesn't seem to work for me either.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events