Skip to content

Commit

Permalink
Migrate from EE 8 to EE 9 (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jan 17, 2025
1 parent 1fde179 commit c4dd43b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public String getIconFileName() {
Icon icon = IconSet.icons.getIconByClassSpec(iconClassName + " icon-md");
if (icon != null) {
JellyContext ctx = new JellyContext();
ctx.setVariable("resURL", Stapler.getCurrentRequest().getContextPath() + Jenkins.RESOURCE_PATH);
ctx.setVariable("resURL", Stapler.getCurrentRequest2().getContextPath() + Jenkins.RESOURCE_PATH);

Check warning on line 74 in src/main/java/com/cloudbees/jenkins/plugins/bitbucket/BitbucketLink.java

View check run for this annotation

ci.jenkins.io / Code Coverage

Not covered line

Line 74 is not covered by tests
return icon.getQualifiedUrl(ctx);
}
}
Expand Down

0 comments on commit c4dd43b

Please sign in to comment.