jenkinsci / generic-webhook-trigger-plugin

Can receive any HTTP request, extract any values from JSON or XML and trigger a job with those values available as variables. Works with GitHub, GitLab, Bitbucket, Jira and many more.
https://plugins.jenkins.io/generic-webhook-trigger
404 stars 159 forks source link

"print contributed variables" very noisy #233

Closed chris-kiick-sp closed 2 years ago

chris-kiick-sp commented 2 years ago

Checking "print contributed variables" in GWT config causes the variables to be printed many, many times. On a fairly simple pipeline with 3 stages and 5 steps total, the variables were printed 50 times. Once would have been enough.

Is there a way to cut this down so it only prints them once, or at least a lot fewer than it does?

tomasbjerre commented 2 years ago

Duplicate https://github.com/jenkinsci/generic-webhook-trigger-plugin/issues/184