Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203)
Fixes #27202
This commit is contained in:
parent
63b25e816d
commit
8e23524b18
3 changed files with 6 additions and 0 deletions
|
@ -181,6 +181,7 @@ func innerToRepo(ctx context.Context, repo *repo_model.Repository, permissionInR
|
|||
Parent: parent,
|
||||
Mirror: repo.IsMirror,
|
||||
HTMLURL: repo.HTMLURL(),
|
||||
URL: repoAPIURL,
|
||||
SSHURL: cloneLink.SSH,
|
||||
CloneURL: cloneLink.HTTPS,
|
||||
OriginalURL: repo.SanitizedOriginalURL(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue