[{"data":1,"prerenderedAt":791},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/benefits-continuous-integration/":3,"navigation-ja-jp":140,"banner-ja-jp":554,"footer-ja-jp":566,"next-steps-ja-jp":776},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":134,"_type":135,"title":7,"_source":136,"_file":137,"_stem":138,"_extension":139},"/ja-jp/topics/ci-cd/benefits-continuous-integration","ci-cd",false,"",{"title":9,"description":10},"継続的インテグレーション（CI）とは？","継続的インテグレーションとそのメリットについて学びましょう。また、継続的インテグレーションを使用している組織が、そうでない組織と比べて競争上優位に立つ理由をご紹介します。",[12,26,32,103,132],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Industry topics",{"href":19},"/topics/",{"title":21,"config":22},"CI/CD",{"href":23},"/topics/ci-cd/",{"title":25},"Benefits continuous integration",{"type":27,"componentName":27,"componentContent":28},"TopicsHero",{"title":9,"text":29,"config":30},"継続的インテグレーションとそのメリットについて学びましょう。また、継続的インテグレーションを使用している組織が、そうでない組織と比べて競争上優位に立つ理由をご紹介します。\n",{"id":31,"twoColumns":6},"継続的インテグレーション（ci）とは？",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":62},{"text":36,"data":37},"このトピックの詳細",[38,42,46,50,54,58],{"text":39,"config":40},"継続的インテグレーション（CI）の説明",{"href":41},"#continuous-integration-ci-explained",{"text":43,"config":44},"DevOpsチームが継続的インテグレーションを活用するメリット",{"href":45},"#what-are-the-benefits-of-continuous-integration-for-dev-ops-teams",{"text":47,"config":48},"継続的インテグレーションのビジネス上のメリット",{"href":49},"#the-business-benefits-of-continuous-integration",{"text":51,"config":52},"継続的インテグレーションの設定方法",{"href":53},"#how-to-set-up-continuous-integration",{"text":55,"config":56},"継続的インテグレーション（CI）と継続的なデリバリー（CD）の比較",{"href":57},"#continuous-integration-ci-vs-continuous-delivery-cd",{"text":59,"config":60},"まとめ",{"href":61},"#conclusion",[63,69,74,79,84,89,94],{"type":64,"componentName":64,"componentContent":65},"TopicsCopy",{"header":39,"text":66,"config":67},"[継続的インテグレーション（CI）](/topics/ci-cd/){data-ga-name=\"ci\" data-ga-location=\"body\"}とは、すべてのコード変更を共有ソースコードリポジトリのmainブランチに早い段階で頻繁に統合し、コミットまたはマージ時に各変更を自動的にテストし、自動的にビルドを開始するプラクティスのことです。CIを導入することで、DevOpsチームは競合を早い段階で検出して解決し、コードベースを安定させることができます。CIは、アジャイル開発チームにとって重要なプラクティスです。\n\nCIの最終的な目標は、動作するコードを迅速かつ安全に提供することです。CIの利用を開始する前に、考慮すべき2つのポイントをご紹介します。\n\n**まず、短いイテレーションでコードのデリバリーを行いましょう**。たとえ小規模な組織であっても、ほとんどのソフトウェアプロジェクトでは、さまざまなチームメンバーが多数の機能に取り組んでいます。すべてが理想的に進んだとしても、他のチームメンバーの作業内容を確認することは困難です。\n\nデベロッパーがそれぞれ別のフィーチャーブランチで作業し、作業が完了するまではmainブランチにマージしない場合、この状況はさらに悪化します。全員の作業をマージするタイミングになったら、コードの競合から想定していなかったセキュリティ上の懸念まで、あらゆることが原因でリリースに遅れが生じます。しかしながら、各デベロッパーがmainブランチに少しずつアップデートをプッシュしていけば、競合が減り、各リリースの予測を立てやすくなり、CIの達成に向けて順調に歩みを進められます。フィーチャーフラグなどのソフトウェア開発プロセスを活用して、チームは新機能をユーザーに迅速かつ安全に提供できます。\n\n**次に、コードを安全かつ安心に保つために、自動テストを設定しましょう**。一昔前までは、ソフトウェア開発の「ビルド」フェーズと「テスト」フェーズは切り離されており、コードが完成してリリースの準備が整うまでは、セキュリティ上の脆弱性がないかどうかをチェックすることはありませんでした。CIにおいて重要な部分は、継続的なテストです。つまり開発プロセス全体をとおしてコードに脆弱性がないかテストすることです。しかしながら、お察しのとおり、これを手動で実現するのは困難な場合があります。そこで活用できるのが自動テストです。今日のCIツールは、各開発者によってプッシュされたコードを受け取り、ユニットテストや統合テストなどのテストを自動的に実行します。\n",{"id":68},"continuous-integration-ci-explained",{"type":64,"componentName":64,"componentContent":70},{"header":43,"text":71,"config":72},"CIを活用することで、ソフトウェア開発をより簡単かつ迅速に行うことができ、デベロッパーのリスクが軽減します。ビルドとテストを自動化することで、デベロッパーは自信を持って小さな変更を加えて、コミットできます。ソフトウェアデベロッパーは、自分が書いたコードに対するフィードバックをより迅速に得られるため、全体的なイノベーションのペースが加速します。\n\n組織が継続的インテグレーションを導入すると、デプロイにかかる時間を短縮できるため、[競争他社よりも優位](/blog/positive-outcomes-ci-cd/){data-ga-name=\"competitive advantage\" data-ga-location=\"body\"}に立てます。CIを実装した組織は、手動でのコードチェックを待つことなく、機能をデプロイすることで収益を上げています。\n\nDevOps Research and Assessment（DORA）によって行われた調査によると、強力なDevOpsプラクティスにより、より優れた[ビジネスの成果](https://cloud.google.com/devops/state-of-devops/)を得られることが明らかになっています。以下にご紹介するDORAの4つのメトリクスは、CIを活用することで改善できます。\n\n- **リードタイム**：早期フィードバックとビルド／テストの自動化により、コードがコミットされてから本番環境で正常に実行されるまでの時間を短縮できます。\n- **デプロイ頻度**：テストとビルドの自動化は、デプロイを自動化する上での前提要件となります。\n- **サービス回復までの時間**：パイプラインを自動化することで、本番環境に修正をより迅速にデプロイできるため、平均修復時間（MTTR）が短縮されます。\n- **変更失敗率**：早い段階で自動テストを実施することで、本番環境まで残る不具合の数を大幅に削減できます。\n",{"id":73},"what-are-the-benefits-of-continuous-integration-for-dev-ops-teams",{"type":64,"componentName":64,"componentContent":75},{"header":47,"text":76,"config":77},"手作業をなくすことで、DevOpsチームはより効率的かつ迅速に作業を進められます。ワークフローの自動化により、担当者間の引き継ぎも減り、全体的な運用効率が向上します。継続的インテグレーションがもたらすビジネス上のメリットにより、組織は以下のことを実現できます。\n\n- **イテレーションをより迅速に進める**：小規模なコード変更を行えるため、ソフトウェア開発チームはより迅速にイテレーションを進めることができ、さらに管理も楽になります。\n- **問題を簡単に見つける**：すべてのコードが小規模なバッチで管理およびテストされるため、チームはコード内の問題を発見できます。\n- **透明性を向上する**：頻繁にテストを行うことで継続的にフィードバックを得られるため、デベロッパーがバグのある箇所を特定しやすくなります。\n- **コストを削減する**：テストの自動化により、手作業が減るため、デベロッパーの作業時間が減ります。また、コード品質が改善されるということは、エラーやダウンタイムが減ることを意味します。\n- **ユーザの満足度を向上する**：本番環境まで残るバグやエラーの数が減れば、ユーザーエクスペリエンスを向上させられます。\n\nテストを自動化することで、人為的エラーが生じる可能性を減らし、特定の基準を満たすコードのみが本番環境に反映されるようにします。コードが小規模なバッチでテストされるため、バグやエラーの発生時にデベロッパーが頭の切り替えをあまり行わずに済みます。また、パイプラインはエラーの発生場所も特定できるため、問題の特定だけでなく、修正もしやすくなります。\n\n開発環境での手作業を減らせれば、エンジニアは収益を生み出すプロジェクトにより多くの時間を費やせます。エラーが減れば、チームの効率が上がり、問題の対処にかかる時間も短縮されます。ユニットテストなどのプロセスが自動化されれば、エンジニアの満足度が上がり、最も価値を生み出す作業に注力できるようになります。\n",{"id":78},"the-business-benefits-of-continuous-integration",{"type":64,"componentName":64,"componentContent":80},{"header":51,"text":81,"config":82},"プロジェクトでCIを設定する際は、以下の手順に従ってください。\n\nまず、頻繁にプッシュを行うことができ、デベロッパーが頭を切り替える頻度が減りつつ、継続的にテストを行える[バージョン管理とCIツール](/solutions/continuous-integration/){data-ga-name=\"ci tool\" data-ga-location=\"body\"}を選びます。\n\n次に、コード用の共有中央リポジトリを設定し、リポジトリに変更がないか監視し、変更が検出されるたびにコードを自動的にビルドしてテストするようにCIツールを設定します。\n\n最後に、テストに通った場合に、staging環境または本番環境にコードが自動的にデプロイされるようにCIツールを設定します。\n\nCIを一旦設定したら、チームはコーディングと共有リポジトリへの変更のコミットに集中できます。CIツールが残りの作業を行い、コードを自動的にビルド、テスト、デプロイします。これにより、チームの作業時間が削減されるとともに、ソフトウェアでエラーが生じるリスクも軽減されます。\n",{"id":83},"how-to-set-up-continuous-integration",{"type":64,"componentName":64,"componentContent":85},{"header":55,"text":86,"config":87},"CIは、継続的なデリバリー（CD）と密接に関係しています。[継続的インテグレーションと継続的なデリバリー（CI/CD）](/topics/ci-cd/){data-ga-name=\"ci-cd\" data-ga-location=\"body\"}の両方を取り入れることで、[DevOpsライフサイクル](/blog/5-teams-that-made-the-switch-to-gitlab-ci-cd/){data-ga-name=\"devops lifecycle automation\" data-ga-location=\"body\"}を自動化できます。CI/CDを導入した組織は、リソースを有効活用できるようになり、コスト効率が高まり、さらにデベロッパーがイノベーションに注力できるようになります。\n\nCIとCDには、大きな違いがいくつかあります。たとえば、大抵の場合、CIはCDより頻繁に行われます。また、CIは通常、コード変更のビルドとテストを自動化するプロセスを指すのに対し、一般的にCDは、コード変更のリリースを自動化するプロセスを指します。\n\n- **継続的インテグレーション（CI）**は、全デベロッパーの実行コピーを1日に数回、主流となる共有サーバーにマージする開発手法です。\n- **継続的なデリバリー（CD）**は、コードの変更を自動的にビルドしてテストし、本番環境にデプロイする開発手法です。\n",{"id":88},"continuous-integration-ci-vs-continuous-delivery-cd",{"type":64,"componentName":64,"componentContent":90},{"header":59,"text":91,"config":92},"継続的インテグレーション（CI）は、コード変更を頻繁に統合し、テストを自動化することで、ソフトウェア開発プロセスを変革し、迅速なフィードバックの提供とソフトウェア品質の向上を実現します。ソフトウェアチームは、継続的インテグレーションツールを活用して、開発サイクルの早い段階で問題を特定して解決することで、高品質のソフトウェアを確実に提供できます。\n\nこれにより、ソフトウェアリリースプロセス全体が強化され、コードの品質が上がり、高品質なソフトウェアをより効率的な方法で開発できます。CIの手法を導入することで、生産性の向上に加え、確実にソフトウェア開発ライフサイクルをより合理化かつ効率化できます。\n",{"id":93},"conclusion",{"type":95,"componentName":95,"componentContent":96},"TopicsCallToAction",{"subtitle":97,"text":98,"primaryButton":99},"GitLabを使用した継続的インテグレーション（CI）","強力な自動化により、あらゆる規模でのビルドとテストを高速化",{"text":100,"config":101},"詳細はこちら",{"href":102},"/solutions/continuous-integration/",{"type":104,"componentName":104,"componentContent":105},"CommonResourcesContainer",{"header":106,"tabs":107},"継続的インテグレーションに関するその他の情報をご紹介",[108],{"name":109,"items":110,"config":131},"resources",[111,121],{"header":112,"type":113,"image":114,"link":117},"Hotjar社がGitLabを用いてデプロイを50%高速化した方法","ケーススタディ",{"altText":112,"config":115},{"src":116},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159287/Website/Topics/resources_7.jpg",{"text":100,"config":118},{"href":119,"icon":120,"modal":6},"/customers/hotjar/","CaseStudy",{"header":122,"type":123,"image":124,"link":127},"単一アプリケーションによるCI/CDのメリット","書籍",{"altText":122,"config":125},{"src":126},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158268/Website/Topics/resources_5.jpg",{"text":100,"config":128},{"href":129,"icon":130,"modal":6},"/resources/ebook-single-app-cicd/","Ebook",{"key":109},{"type":133,"componentName":133},"CommonNextSteps","content:ja-jp:topics:ci-cd:benefits-continuous-integration:index.yml","yaml","content","ja-jp/topics/ci-cd/benefits-continuous-integration/index.yml","ja-jp/topics/ci-cd/benefits-continuous-integration/index","yml",{"_path":141,"_dir":142,"_draft":6,"_partial":6,"_locale":7,"data":143,"_id":550,"_type":135,"title":551,"_source":136,"_file":552,"_stem":553,"_extension":139},"/shared/ja-jp/main-navigation","ja-jp",{"logo":144,"freeTrial":149,"sales":154,"login":159,"items":164,"search":494,"minimal":528,"duo":541},{"config":145},{"href":146,"dataGaName":147,"dataGaLocation":148},"/ja-jp/","gitlab logo","header",{"text":150,"config":151},"無料トライアルを開始",{"href":152,"dataGaName":153,"dataGaLocation":148},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":155,"config":156},"お問い合わせ",{"href":157,"dataGaName":158,"dataGaLocation":148},"/ja-jp/sales/","sales",{"text":160,"config":161},"サインイン",{"href":162,"dataGaName":163,"dataGaLocation":148},"https://gitlab.com/users/sign_in/","sign in",[165,208,306,311,416,476],{"text":166,"config":167,"cards":169,"footer":191},"プラットフォーム",{"dataNavLevelOne":168},"platform",[170,176,184],{"title":166,"description":171,"link":172},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":173,"config":174},"プラットフォームを詳しく見る",{"href":175,"dataGaName":168,"dataGaLocation":148},"/ja-jp/platform/",{"title":177,"description":178,"link":179},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":180,"config":181},"GitLab Duoのご紹介",{"href":182,"dataGaName":183,"dataGaLocation":148},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":185,"description":186,"link":187},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":100,"config":188},{"href":189,"dataGaName":190,"dataGaLocation":148},"/ja-jp/why-gitlab/","why gitlab",{"title":192,"items":193},"利用を開始：",[194,199,204],{"text":195,"config":196},"プラットフォームエンジニアリング",{"href":197,"dataGaName":198,"dataGaLocation":148},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":200,"config":201},"開発者の経験",{"href":202,"dataGaName":203,"dataGaLocation":148},"/ja-jp/developer-experience/","Developer experience",{"text":205,"config":206},"MLOps",{"href":207,"dataGaName":205,"dataGaLocation":148},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":209,"left":210,"config":211,"link":213,"lists":217,"footer":288},"製品",true,{"dataNavLevelOne":212},"solutions",{"text":214,"config":215},"すべてのソリューションを表示",{"href":216,"dataGaName":212,"dataGaLocation":148},"/ja-jp/solutions/",[218,243,266],{"title":219,"description":220,"link":221,"items":226},"自動化","CI/CDと自動化でデプロイを加速",{"config":222},{"icon":223,"href":224,"dataGaName":225,"dataGaLocation":148},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[227,230,234,239],{"text":21,"config":228},{"href":229,"dataGaLocation":148,"dataGaName":21},"/ja-jp/solutions/continuous-integration/",{"text":231,"config":232},"AIアシストによる開発",{"href":182,"dataGaLocation":148,"dataGaName":233},"AI assisted development",{"text":235,"config":236},"ソースコード管理",{"href":237,"dataGaLocation":148,"dataGaName":238},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":240,"config":241},"自動化されたソフトウェアデリバリー",{"href":224,"dataGaLocation":148,"dataGaName":242},"Automated software delivery",{"title":244,"description":245,"link":246,"items":251},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":247},{"href":248,"dataGaName":249,"dataGaLocation":148,"icon":250},"/ja-jp/solutions/security-compliance/","security and compliance","ShieldCheckLight",[252,256,261],{"text":253,"config":254},"セキュリティとコンプライアンス",{"href":248,"dataGaLocation":148,"dataGaName":255},"Security & Compliance",{"text":257,"config":258},"ソフトウェアサプライチェーンの安全性",{"href":259,"dataGaLocation":148,"dataGaName":260},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":262,"config":263},"コンプライアンスとガバナンス",{"href":264,"dataGaLocation":148,"dataGaName":265},"/ja-jp/solutions/continuous-software-compliance/","Compliance and governance",{"title":267,"link":268,"items":273},"測定",{"config":269},{"icon":270,"href":271,"dataGaName":272,"dataGaLocation":148},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[274,278,283],{"text":275,"config":276},"可視性と測定",{"href":271,"dataGaLocation":148,"dataGaName":277},"Visibility and Measurement",{"text":279,"config":280},"バリューストリーム管理",{"href":281,"dataGaLocation":148,"dataGaName":282},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":284,"config":285},"分析とインサイト",{"href":286,"dataGaLocation":148,"dataGaName":287},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":289,"items":290},"GitLabが活躍する場所",[291,296,301],{"text":292,"config":293},"Enterprise",{"href":294,"dataGaLocation":148,"dataGaName":295},"/ja-jp/enterprise/","enterprise",{"text":297,"config":298},"スモールビジネス",{"href":299,"dataGaLocation":148,"dataGaName":300},"/ja-jp/small-business/","small business",{"text":302,"config":303},"公共機関",{"href":304,"dataGaLocation":148,"dataGaName":305},"/ja-jp/solutions/public-sector/","public sector",{"text":307,"config":308},"価格",{"href":309,"dataGaName":310,"dataGaLocation":148,"dataNavLevelOne":310},"/ja-jp/pricing/","pricing",{"text":312,"config":313,"link":314,"lists":318,"feature":403},"関連リソース",{"dataNavLevelOne":109},{"text":315,"config":316},"すべてのリソースを表示",{"href":317,"dataGaName":109,"dataGaLocation":148},"/ja-jp/resources/",[319,352,375],{"title":320,"items":321},"はじめに",[322,327,332,337,342,347],{"text":323,"config":324},"インストール",{"href":325,"dataGaName":326,"dataGaLocation":148},"/ja-jp/install/","install",{"text":328,"config":329},"クイックスタートガイド",{"href":330,"dataGaName":331,"dataGaLocation":148},"/ja-jp/get-started/","quick setup checklists",{"text":333,"config":334},"学ぶ",{"href":335,"dataGaLocation":148,"dataGaName":336},"https://university.gitlab.com/","learn",{"text":338,"config":339},"製品ドキュメント",{"href":340,"dataGaName":341,"dataGaLocation":148},"https://docs.gitlab.com/","product documentation",{"text":343,"config":344},"ベストプラクティスビデオ",{"href":345,"dataGaName":346,"dataGaLocation":148},"/ja-jp/getting-started-videos/","best practice videos",{"text":348,"config":349},"インテグレーション",{"href":350,"dataGaName":351,"dataGaLocation":148},"/ja-jp/integrations/","integrations",{"title":353,"items":354},"検索する",[355,360,365,370],{"text":356,"config":357},"お客様成功事例",{"href":358,"dataGaName":359,"dataGaLocation":148},"/ja-jp/customers/","customer success stories",{"text":361,"config":362},"ブログ",{"href":363,"dataGaName":364,"dataGaLocation":148},"/ja-jp/blog/","blog",{"text":366,"config":367},"リモート",{"href":368,"dataGaName":369,"dataGaLocation":148},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":371,"config":372},"TeamOps",{"href":373,"dataGaName":374,"dataGaLocation":148},"/ja-jp/teamops/","teamops",{"title":376,"items":377},"つなげる",[378,383,388,393,398],{"text":379,"config":380},"GitLabサービス",{"href":381,"dataGaName":382,"dataGaLocation":148},"/ja-jp/services/","services",{"text":384,"config":385},"コミュニティ",{"href":386,"dataGaName":387,"dataGaLocation":148},"/community/","community",{"text":389,"config":390},"フォーラム",{"href":391,"dataGaName":392,"dataGaLocation":148},"https://forum.gitlab.com/","forum",{"text":394,"config":395},"イベント",{"href":396,"dataGaName":397,"dataGaLocation":148},"/events/","events",{"text":399,"config":400},"パートナー",{"href":401,"dataGaName":402,"dataGaLocation":148},"/ja-jp/partners/","partners",{"backgroundColor":404,"textColor":405,"text":406,"image":407,"link":411},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":408,"config":409},"ソースプロモカード",{"src":410},"/images/navigation/the-source-promo-card.svg",{"text":412,"config":413},"最新情報を読む",{"href":414,"dataGaName":415,"dataGaLocation":148},"/ja-jp/the-source/","the source",{"text":417,"config":418,"lists":420},"Company",{"dataNavLevelOne":419},"company",[421],{"items":422},[423,428,434,436,441,446,451,456,461,466,471],{"text":424,"config":425},"GitLabについて",{"href":426,"dataGaName":427,"dataGaLocation":148},"/ja-jp/company/","about",{"text":429,"config":430,"footerGa":433},"採用情報",{"href":431,"dataGaName":432,"dataGaLocation":148},"/jobs/","jobs",{"dataGaName":432},{"text":394,"config":435},{"href":396,"dataGaName":397,"dataGaLocation":148},{"text":437,"config":438},"経営陣",{"href":439,"dataGaName":440,"dataGaLocation":148},"/company/team/e-group/","leadership",{"text":442,"config":443},"チーム",{"href":444,"dataGaName":445,"dataGaLocation":148},"/company/team/","team",{"text":447,"config":448},"ハンドブック",{"href":449,"dataGaName":450,"dataGaLocation":148},"https://handbook.gitlab.com/","handbook",{"text":452,"config":453},"投資家向け情報",{"href":454,"dataGaName":455,"dataGaLocation":148},"https://ir.gitlab.com/","investor relations",{"text":457,"config":458},"トラストセンター",{"href":459,"dataGaName":460,"dataGaLocation":148},"/ja-jp/security/","trust center",{"text":462,"config":463},"AI Transparency Center",{"href":464,"dataGaName":465,"dataGaLocation":148},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":467,"config":468},"ニュースレター",{"href":469,"dataGaName":470,"dataGaLocation":148},"/company/contact/","newsletter",{"text":472,"config":473},"プレス",{"href":474,"dataGaName":475,"dataGaLocation":148},"/press/","press",{"text":155,"config":477,"lists":478},{"dataNavLevelOne":419},[479],{"items":480},[481,484,489],{"text":155,"config":482},{"href":157,"dataGaName":483,"dataGaLocation":148},"talk to sales",{"text":485,"config":486},"サポートを受ける",{"href":487,"dataGaName":488,"dataGaLocation":148},"/support/","get help",{"text":490,"config":491},"カスタマーポータル",{"href":492,"dataGaName":493,"dataGaLocation":148},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":495,"login":496,"suggestions":503},"閉じる",{"text":497,"link":498},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":499,"config":500},"GitLab.com",{"href":162,"dataGaName":501,"dataGaLocation":502},"search login","search",{"text":504,"default":505},"提案",[506,509,514,516,520,524],{"text":177,"config":507},{"href":182,"dataGaName":508,"dataGaLocation":502},"GitLab Duo (AI)",{"text":510,"config":511},"コード提案（AI）",{"href":512,"dataGaName":513,"dataGaLocation":502},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":21,"config":515},{"href":229,"dataGaName":21,"dataGaLocation":502},{"text":517,"config":518},"GitLab on AWS",{"href":519,"dataGaName":517,"dataGaLocation":502},"/ja-jp/partners/technology-partners/aws/",{"text":521,"config":522},"GitLab on Google Cloud",{"href":523,"dataGaName":521,"dataGaLocation":502},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":525,"config":526},"GitLabを選ぶ理由",{"href":189,"dataGaName":527,"dataGaLocation":502},"Why GitLab?",{"freeTrial":529,"mobileIcon":533,"desktopIcon":538},{"text":150,"config":530},{"href":531,"dataGaName":153,"dataGaLocation":532},"https://gitlab.com/-/trials/new/","nav",{"altText":534,"config":535},"GitLabアイコン",{"src":536,"dataGaName":537,"dataGaLocation":532},"/images/brand/gitlab-logo-tanuki.svg","gitlab icon",{"altText":534,"config":539},{"src":540,"dataGaName":537,"dataGaLocation":532},"/images/brand/gitlab-logo-type.svg",{"freeTrial":542,"mobileIcon":546,"desktopIcon":548},{"text":543,"config":544},"GitLab Duoの詳細について",{"href":182,"dataGaName":545,"dataGaLocation":532},"gitlab duo",{"altText":534,"config":547},{"src":536,"dataGaName":537,"dataGaLocation":532},{"altText":534,"config":549},{"src":540,"dataGaName":537,"dataGaLocation":532},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":555,"_dir":142,"_draft":6,"_partial":6,"_locale":7,"title":556,"button":557,"config":561,"_id":563,"_type":135,"_source":136,"_file":564,"_stem":565,"_extension":139},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":100,"config":558},{"href":559,"dataGaName":560,"dataGaLocation":148},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":562},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":567,"_dir":142,"_draft":6,"_partial":6,"_locale":7,"data":568,"_id":772,"_type":135,"title":773,"_source":136,"_file":774,"_stem":775,"_extension":139},"/shared/ja-jp/main-footer",{"text":569,"source":570,"edit":576,"contribute":581,"config":586,"items":591,"minimal":764},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":571,"config":572},"ページのソースを表示",{"href":573,"dataGaName":574,"dataGaLocation":575},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":577,"config":578},"このページを編集",{"href":579,"dataGaName":580,"dataGaLocation":575},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":582,"config":583},"ご協力をお願いします",{"href":584,"dataGaName":585,"dataGaLocation":575},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":587,"facebook":588,"youtube":589,"linkedin":590},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[592,615,669,702,736],{"title":166,"links":593,"subMenu":598},[594],{"text":595,"config":596},"DevSecOpsプラットフォーム",{"href":175,"dataGaName":597,"dataGaLocation":575},"devsecops platform",[599],{"title":307,"links":600},[601,605,610],{"text":602,"config":603},"プランの表示",{"href":309,"dataGaName":604,"dataGaLocation":575},"view plans",{"text":606,"config":607},"Premiumを選ぶ理由",{"href":608,"dataGaName":609,"dataGaLocation":575},"/ja-jp/pricing/premium/","why premium",{"text":611,"config":612},"Ultimateを選ぶ理由",{"href":613,"dataGaName":614,"dataGaLocation":575},"/ja-jp/pricing/ultimate/","why ultimate",{"title":616,"links":617},"ソリューション",[618,623,626,628,633,638,642,645,648,653,655,657,659,664],{"text":619,"config":620},"デジタルトランスフォーメーション",{"href":621,"dataGaName":622,"dataGaLocation":575},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":253,"config":624},{"href":248,"dataGaName":625,"dataGaLocation":575},"security & compliance",{"text":240,"config":627},{"href":224,"dataGaName":225,"dataGaLocation":575},{"text":629,"config":630},"アジャイル開発",{"href":631,"dataGaName":632,"dataGaLocation":575},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":634,"config":635},"クラウドトランスフォーメーション",{"href":636,"dataGaName":637,"dataGaLocation":575},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":639,"config":640},"SCM",{"href":237,"dataGaName":641,"dataGaLocation":575},"source code management",{"text":21,"config":643},{"href":229,"dataGaName":644,"dataGaLocation":575},"continuous integration & delivery",{"text":279,"config":646},{"href":281,"dataGaName":647,"dataGaLocation":575},"value stream management",{"text":649,"config":650},"GitOps",{"href":651,"dataGaName":652,"dataGaLocation":575},"/ja-jp/solutions/gitops/","gitops",{"text":292,"config":654},{"href":294,"dataGaName":295,"dataGaLocation":575},{"text":297,"config":656},{"href":299,"dataGaName":300,"dataGaLocation":575},{"text":302,"config":658},{"href":304,"dataGaName":305,"dataGaLocation":575},{"text":660,"config":661},"教育",{"href":662,"dataGaName":663,"dataGaLocation":575},"/ja-jp/solutions/education/","education",{"text":665,"config":666},"金融サービス",{"href":667,"dataGaName":668,"dataGaLocation":575},"/ja-jp/solutions/finance/","financial services",{"title":312,"links":670},[671,673,675,677,680,682,686,688,690,692,694,696,698,700],{"text":323,"config":672},{"href":325,"dataGaName":326,"dataGaLocation":575},{"text":328,"config":674},{"href":330,"dataGaName":331,"dataGaLocation":575},{"text":333,"config":676},{"href":335,"dataGaName":336,"dataGaLocation":575},{"text":338,"config":678},{"href":340,"dataGaName":679,"dataGaLocation":575},"docs",{"text":361,"config":681},{"href":363,"dataGaName":364},{"text":683,"config":684},"お客様の成功事例",{"href":685,"dataGaLocation":575},"/customers/",{"text":356,"config":687},{"href":358,"dataGaName":359,"dataGaLocation":575},{"text":366,"config":689},{"href":368,"dataGaName":369,"dataGaLocation":575},{"text":379,"config":691},{"href":381,"dataGaName":382,"dataGaLocation":575},{"text":371,"config":693},{"href":373,"dataGaName":374,"dataGaLocation":575},{"text":384,"config":695},{"href":386,"dataGaName":387,"dataGaLocation":575},{"text":389,"config":697},{"href":391,"dataGaName":392,"dataGaLocation":575},{"text":394,"config":699},{"href":396,"dataGaName":397,"dataGaLocation":575},{"text":399,"config":701},{"href":401,"dataGaName":402,"dataGaLocation":575},{"title":417,"links":703},[704,706,708,710,712,714,716,720,725,727,729,731],{"text":424,"config":705},{"href":426,"dataGaName":419,"dataGaLocation":575},{"text":429,"config":707},{"href":431,"dataGaName":432,"dataGaLocation":575},{"text":437,"config":709},{"href":439,"dataGaName":440,"dataGaLocation":575},{"text":442,"config":711},{"href":444,"dataGaName":445,"dataGaLocation":575},{"text":447,"config":713},{"href":449,"dataGaName":450,"dataGaLocation":575},{"text":452,"config":715},{"href":454,"dataGaName":455,"dataGaLocation":575},{"text":717,"config":718},"Sustainability",{"href":719,"dataGaName":717,"dataGaLocation":575},"/sustainability/",{"text":721,"config":722},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":723,"dataGaName":724,"dataGaLocation":575},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":457,"config":726},{"href":459,"dataGaName":460,"dataGaLocation":575},{"text":467,"config":728},{"href":469,"dataGaName":470,"dataGaLocation":575},{"text":472,"config":730},{"href":474,"dataGaName":475,"dataGaLocation":575},{"text":732,"config":733},"現代奴隷制の透明性に関する声明",{"href":734,"dataGaName":735,"dataGaLocation":575},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":155,"links":737},[738,740,742,744,749,754,759],{"text":155,"config":739},{"href":157,"dataGaName":158,"dataGaLocation":575},{"text":485,"config":741},{"href":487,"dataGaName":488,"dataGaLocation":575},{"text":490,"config":743},{"href":492,"dataGaName":493,"dataGaLocation":575},{"text":745,"config":746},"ステータス",{"href":747,"dataGaName":748,"dataGaLocation":575},"https://status.gitlab.com/","status",{"text":750,"config":751},"利用規約",{"href":752,"dataGaName":753,"dataGaLocation":575},"/terms/","terms of use",{"text":755,"config":756},"プライバシーに関する声明",{"href":757,"dataGaName":758,"dataGaLocation":575},"/ja-jp/privacy/","privacy statement",{"text":760,"config":761},"Cookieの設定",{"dataGaName":762,"dataGaLocation":575,"id":763,"isOneTrustButton":210},"cookie preferences","ot-sdk-btn",{"items":765},[766,768,770],{"text":750,"config":767},{"href":752,"dataGaName":753,"dataGaLocation":575},{"text":755,"config":769},{"href":757,"dataGaName":758,"dataGaLocation":575},{"text":760,"config":771},{"dataGaName":762,"dataGaLocation":575,"id":763,"isOneTrustButton":210},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":777,"_dir":142,"_draft":6,"_partial":6,"_locale":7,"header":778,"eyebrow":779,"blurb":780,"button":781,"secondaryButton":785,"_id":787,"_type":135,"title":788,"_source":136,"_file":789,"_stem":790,"_extension":139},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":150,"config":782},{"href":783,"dataGaName":153,"dataGaLocation":784},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":155,"config":786},{"href":157,"dataGaName":158,"dataGaLocation":784},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",1753475506860]