web-dev-qa-db-ja.com

Jenkins Blue OceanプラグインがGitHubへの接続に失敗する

Blue Oceanを使用してJenkinsパイプラインを作成しようとしていますが、GitHubで生成されたアクセストークンを使用してGitHubに接続しようとしても、何も起こりません。しかし、コンソールを確認すると、このエラーメッセージが表示されます。誰か助けてください。

Here is an image of the console

blueocean.js:58216 Unhandled Rejection: "Error: fetch failed: 500 for http://127.0.0.1:8090/blue/rest/organizations/jenkins/scm/github/validate/?apiUrl=https://api.github.com\n at FetchFunctions.checkStatus (http://127.0.0.1:8090/adjuncts/49720cc1/io/jenkins/blueocean/blueocean-core-js.js:54923:25)" lo
gUnhandledPromiseRejection @ blueocean.js:58216

ネットワークタブでの応答は次のとおりです。

  "message" : "No 'injectableValues' configured, cannot inject value with id [org.kohsuke.github.GitHubResponse$ResponseInfo]\
2
Hesbon

GitHub APIを1.106にダウングレードするとうまくいきました。

0
Afsal