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