legacy-knowledge-base
公開されました Sep. 10, 2025

GitHub ユーザーの連絡先の調整後に Jenkins ビルドが完了しない問題を解決する方法

written-by

Isaac Wilson

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • ユーザーが会社を去った後 (リポジトリへの接続に使用する GitHub Personal Access Token (PAT) を以前に作成したユーザー)、Jenkins ビルドが期待どおりに機能しなくなりました。
  • ログには、次のようなエラーが表示されます。
    ERROR: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/reference/repos#get-a-repository"}
    java.io.FileNotFoundException: https://api.github.com/repos/[organization]/[repository]
    ...
    Caused: org.kohsuke.github.GHFileNotFoundException: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/reference/repos#get-a-repository"}

Environment

  • Liferay Experience Cloud

解決策

追加情報

  • PAT が使用されている場合、GitHub は ( this third-party documentationで) 自分のアカウントから PAT を使用するのではなく、代わりに新しいアカウント用に生成された PAT を使用することを推奨する に注意してください。ワークフローに必要な特定のリポジトリへのアクセスを許可します。
  • 関連情報は、次の記事で見つけることができます。
did-this-article-resolve-your-issue

legacy-knowledge-base