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.
Using Jenkins' LogRecorder, we can access log messages that are set more verbose than INFO (i.e., CONFIG, FINE, FINER, FINEST). When doing so, to see which job got triggered we currently have to proceed by elimination. Adding this log message can help determining which job got triggered by a specific webhook call.
Using Jenkins' LogRecorder, we can access log messages that are set more verbose than INFO (i.e., CONFIG, FINE, FINER, FINEST). When doing so, to see which job got triggered we currently have to proceed by elimination. Adding this log message can help determining which job got triggered by a specific webhook call.
https://github.com/jenkinsci/generic-webhook-trigger-plugin/issues/93
https://github.com/jenkinsci/generic-webhook-trigger-plugin/pull/227
Testing done
this single liner does not require test.
Submitter checklist