-
Bug
-
Resolution: Unresolved
-
Critical
-
None
After jenkins update (version in dockerĀ 2.277.1-jdk11), we create pull request in gitea, start build, but this build fail with error:
[Gitea] Notifying pull request build status: FAILURE There was a failure building this commit
[Gitea] Notified java.lang.NullPointerException
at org.jenkinsci.plugin.gitea.client.impl.DefaultGiteaConnection.fetchCollaborators(DefaultGiteaConnection.java:395)
at org.jenkinsci.plugin.gitea.GiteaSCMSource.getTrustedRevision(GiteaSCMSource.java:568)
at org.jenkinsci.plugins.workflow.multibranch.SCMBinder.create(SCMBinder.java:102) at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:309)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Finished: FAILURE