-
Notifications
You must be signed in to change notification settings - Fork 58
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
Displays the repository avatar in Jenkins #49
Conversation
…to Avatar-and-API-Fixes
Hi. Thanks for your contribution. Could you give me a hint, where the avatars were missing? I'm seeing avatars being loaded from Gitea already with the current plugin version. |
Nevermind. Your PR is for repository avatars. I got confused with organization avatars that I always see. Sorry for that. Will have a closer look at this the next days. |
src/main/java/org/jenkinsci/plugin/gitea/client/api/GiteaRepository.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Despite the getDisplayName()
addition @lafriks already mentioned: LGTM.
Pulls the avatar image from the gitea server and displays it in Jenkins. Useful for Organization Folder type projects.