Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

None of the GITHUB_PR_*_EMAIL parameters is set? #342

Open
st-fankl-in opened this issue May 18, 2021 · 1 comment
Open

None of the GITHUB_PR_*_EMAIL parameters is set? #342

st-fankl-in opened this issue May 18, 2021 · 1 comment

Comments

@st-fankl-in
Copy link

I got a working job to trigger build by github pull request.
Trigger mode is "hooks with persisted data".
The job is using a Jenkinsfile from SCM.
Setting pending and status on the PR works.

GITHUB_PR_TRIGGER_SENDER_AUTHOR is set to the correct value in every build, but neither of:

  • GITHUB_PR_TRIGGER_SENDER_EMAIL
  • GITHUB_PR_COMMIT_AUTHOR_EMAIL
  • GITHUB_PR_AUTHOR_EMAIL

are set.

I tried:

  • creating a PR with 2 different github accounts
  • set and unset "keep my email address private" in github
  • set the webhook to json and x-form-urlencoded (does this even matter?)

Running out of ideas what could be wrong, where to look.

Versions:
GitHub Integration Plugin 0.3.0
Jenkins 2.293

@Sapr0
Copy link
Contributor

Sapr0 commented Dec 23, 2021

Make sure your GitHub profile has a public email displayed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants