gitlab-plugin icon indicating copy to clipboard operation
gitlab-plugin copied to clipboard

Provide webhook triggering user details with gitlabUser_* passthru

Open mtalexan opened this issue 2 years ago • 0 comments

What feature do you want to see added?

The modern GitLab webhook events provide a user_name, user_username, and user_email field the identify the user who triggered the webhook event.

Currently the only user details exposed in this gitlab plugin are those of the author of the last commit (because in older webhook versions that was all that was available).

It would be useful if the event-triggering-user was available for use in the Jenkins pipelines.

Request viable for GSoC, as loosely discussed in https://github.com/jenkinsci/gitlab-plugin/issues/1005

Upstream changes

No response

mtalexan avatar May 22 '23 23:05 mtalexan