eclipse-ee4j / grizzly

Grizzly
https://eclipse-ee4j.github.io/grizzly
Other
147 stars 69 forks source link

Bot's email used to create commits in release jobs is not in sync with Eclipse infra data #2137

Closed pzygielo closed 1 year ago

pzygielo commented 2 years ago

I suppose that build jobs in this project, for some reason, set git's user.email, like in https://ci.eclipse.org/grizzly/job/1_grizzly-npn-build-and-stage/11/console:

+ git config --global user.email eclipse-grizzly-bot@eclipse.org

However

$ curl https://api.eclipse.org/bots | jq '.[] | select(.projectId == "ee4j.grizzly") | .["github.com"].email'
"grizzly-bot@eclipse.org"

For example - commit https://github.com/eclipse-ee4j/grizzly/releases/tag/2.4.4 - was attributed to @eclipse-grizzly-bot, but it changed since.

pzygielo commented 10 months ago

How this was completed when https://github.com/eclipse-ee4j/grizzly/commit/4bb259c81a340b19df79305a55a3677daa5f9760.patch still shows that the unmatched email address is used by Jenkins job? image unlike the previously image

arjantijms commented 8 months ago

How this was completed when https://github.com/eclipse-ee4j/grizzly/commit/4bb259c81a340b19df79305a55a3677daa5f9760.patch still shows that the unmatched email address is used by Jenkins job? image unlike the previously image

Tbh, I don't know. But thanks again for keeping an eye on this. I just updated the email addresses for all jobs in the Release view.