jenkinsci / jenkinsci/git-plugin
[JENKINS-14849] switch to using User.getByCommitName() for revision information
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
As a result of work done on JENKINS-11759, there is a potential new function in the User model called getByCommitName. Where applicable, switch from doing User.get() requests to User.getByCommitName().
---
Originally reported by
dpk, imported from: switch to using User.getByCommitName() for revision information
Raw content of original issue
As a result of work done on
JENKINS-11759, there is a potential new function in the User model called getByCommitName. Where applicable, switch from doing User.get() requests to User.getByCommitName().
Contributor guide
Assessment
This issue has not been assessed yet.