We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088b5f2 commit 9133112Copy full SHA for 9133112
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubOrgMetadataAction.java
@@ -76,7 +76,7 @@ public String getAvatarImageOf(String size) {
76
String image = avatarIconClassNameImageOf(getAvatarIconClassName(), size);
77
return image != null
78
? image
79
- : (Stapler.getCurrentRequest().getContextPath()
+ : (Stapler.getCurrentRequest2().getContextPath()
80
+ Hudson.RESOURCE_PATH
81
+ "/plugin/github-branch-source/images/"
82
+ "/github-logo.svg");
0 commit comments