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 46185a5 commit f7df455Copy full SHA for f7df455
src/main/java/io/jenkins/plugins/gitlabbranchsource/helpers/GitLabHelper.java
@@ -106,7 +106,7 @@ public static UriTemplate projectUriTemplate(String serverNameOrUrl) {
106
107
public static UriTemplate branchUriTemplate(String serverNameOrUrl) {
108
return getUriTemplateFromServer(serverNameOrUrl)
109
- .template("{/project*}/tree/{branch*}")
+ .template("{/project*}/-/tree/{branch*}")
110
.build();
111
}
112
0 commit comments