You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
I'm using jenkins and try to get commit author name to put in the build description, but only GIT_COMMIT and GIT_BRANCH are set. I suspect that it's because checkout method:
https://github.com/jenkinsci/git-plugin/blob/9abd397b0b7176ca6e18b900723e563ab84fbb03/src/main/java/hudson/plugins/git/GitSCM.java#L1026
doesn't set those.
The text was updated successfully, but these errors were encountered: