Open Michael-Purtill opened 3 hours ago
Looks like a UI issue. With "dev console", you mean the browser console? Can you get a more detailed error?
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 api/repos/<pipelinid>/pipelines
is returning no data.
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 POST
request is made to:
http://<my-ip>:8001/api/repos/1/pipelines
with the payload {"branch":"master","variables":{}}
The response data is a completely empty body. Firefox displays it as No response data for this request
Interesting, I can reproduce this on ci.woodpecker-ci.org, but not in my local setup. Maybe @anbraten or @6543 can you check the logs? Just try to trigger a manual pipeline - that didn't work for me.
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]