We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
server
When using plugin-trigger to trigger builds for other pipeline they will fail with error:
2023-12-07T10:59:20Z ERR failure to createPipelineItems for ***/*** | error=[linter] Invalid type. Expected: object, given: array; [linter] Invalid type. Expected: object, given: array 2023-12-07T10:59:20Z ERR error=Error #01: failure to createPipelineItems for ***/*** ip=10.255.0.2 latency=34.869784 method=POST path=/api/repos/1243/pipelines/1221 status=500 user-agent=Go-http-client/1.1
Pipeline itself will be created but won't be and can not be started because of this as it does not contain any steps or definition
{"source":"https://github.com/woodpecker-ci/woodpecker","version":"2.0.0"}
No response
next
The text was updated successfully, but these errors were encountered:
Same underlying issue as #2753 I think
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Component
server
Describe the bug
When using plugin-trigger to trigger builds for other pipeline they will fail with error:
Pipeline itself will be created but won't be and can not be started because of this as it does not contain any steps or definition
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: