Skip to content

Commit 0a1eb30

Browse files
committed
fix: can't delete GitHub Enterprise servers
1 parent b2f5129 commit 0a1eb30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public GitHubConfiguration() {
5959

6060
@Override
6161
public boolean configure(StaplerRequest req, JSONObject json) throws FormException {
62+
setEndpoints(null);
6263
req.bindJSON(this, json);
6364
return true;
6465
}

0 commit comments

Comments
 (0)