Pavel Miroshnichenko

Results 7 comments of Pavel Miroshnichenko

``` 22:09:55 22:09:55 22:09:55 Obtained Jenkins/pipelines/im_Webhook_Jira.groovy from git git@gitlab/myrepo.git 22:09:55 Resume disabled by user, switching to high-performance, low-durability mode. 22:09:55 [Pipeline] Start of Pipeline 22:09:55 [Pipeline] node 22:09:55 Running on...

Yes, I do. But build failed before that I can process it. I found same issues and thats is jenkins/node issue: - https://issues.jenkins.io/browse/JENKINS-65958?page=com.atlassian.jira.plugin.system.issuetabpanels%3Achangehistory-tabpanel - https://stackoverflow.com/questions/42168308/github-webhook-triggers-jenkins-job-with-too-large-json-payload-error

There is an example json from jira https://pastebin.com/gvphwwdq

And I've remove any other plugins from job, make freejob with single build sh step. The issue reproduces ``` [JIRA_WEBHOOK_NO_GIT] $ /bin/sh -xe /tmp/jenkins17235265673168013619.sh FATAL: command execution failed java.io.IOException: error=7,...

I do it with just single "echo" as stub(without access to genericVariable). Webhook's payload printed in the build output and than build failed on sh stage.

@electricalbah Yep. The workaround is the stop using this plugin :-)