-
-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error Missing required param "pipelineId"
when attempting to run workflows for Bitbucket repositories
#4405
Comments
Looks like a UI issue. With "dev console", you mean the browser console? Can you get a more detailed error? |
Yes, browser console. Unfortunately the entire content of the error is 'Error: Missing required param "pipelineId"'. It's coming from minified Javascript. It appears to be because the call to |
Can you please check the network console for this api key? How does the call exactly look like and what does it return? |
Sure. upon clicking 'Run Pipeline' and selecting my branch, then clicking 'run pipeline' in the modal, a
with the payload The response data is a completely empty body. Firefox displays it as |
I'm glad you were able to reproduce this issue. My guess would be that something has changed on Bitbucket's end, because as I said the exact same stack file was working fine before. Please give me any updates if you learn anything about this issue. Thanks |
Component
server, agent, web-ui
Describe the bug
I'm using docker swarm with the
latest
tag for the woodpecker-server image, and thelatest-alpine
tag for the woodpecker-agent image. using a .woodpecker file does seem to allow woodpecker to notice it as a workflow. The exact stack file I'm using worked roughly 2.5 weeks ago. Upon running the pipeline, nothing happens, and checking the dev console gives the messageMissing required param "pipelineId"
The containers for both the server and agent print no logs when this happens.Steps to reproduce
Missing required param "pipelineId"
errorExpected behavior
Successfully find workflows and execute them
System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: