addGitLabMRComment的最大字符数

时间:2019-05-20 11:16:24

标签: jenkins jenkins-pipeline

我使用“ addGitLabMRComment comment:”将一个字符串从Jenkinsfile传递到github合并请求。但是,如果刺痛很大,则会抛出以下错误:

Failed to add comment on Merge Request for project '14476': HTTP 500 Internal Server Error


Length of string have error: length: 95608. 

任何人都知道我们可以在“ addGitLabMRComment”中传递的最大值是什么。

FYI:对于较少的字符数,它可以正常工作

addGitLabMRComment comment: "Output of Jenkins job available at: [Jenkins [$env.JOB_NAME#$env.BUILD_NUMBER]]($env.BUILD_URL) \n\n ${gitLabComment}"

0 个答案:

没有答案