[{"data":1,"prerenderedAt":810},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/benefits-continuous-integration":3,"navigation-ja-jp":139,"banner-ja-jp":556,"footer-ja-jp":566,"next-steps-ja-jp":801},{"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},"/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","mJi4MjtM6ffaH6YGz7B3AFhmwiU72GWmenzQzpOfjbo",{"logo":140,"freeTrial":145,"sales":150,"login":155,"items":160,"search":476,"minimal":509,"duo":526,"switchNav":535,"pricingDeployment":546},{"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/","sales",{"text":156,"config":157},"サインイン",{"href":158,"dataGaName":159,"dataGaLocation":144},"https://gitlab.com/users/sign_in/","sign in",[161,189,289,294,396,457],{"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":382},{"text":299,"config":300},"すべてのリソースを表示",{"href":301,"dataGaName":107,"dataGaLocation":144},"/ja-jp/resources/",[303,336,354],{"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],{"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},"リモート",{"href":352,"dataGaName":353,"dataGaLocation":144},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":355,"items":356},"つなげる",[357,362,367,372,377],{"text":358,"config":359},"GitLabサービス",{"href":360,"dataGaName":361,"dataGaLocation":144},"/ja-jp/services/","services",{"text":363,"config":364},"コミュニティ",{"href":365,"dataGaName":366,"dataGaLocation":144},"/community/","community",{"text":368,"config":369},"フォーラム",{"href":370,"dataGaName":371,"dataGaLocation":144},"https://forum.gitlab.com/","forum",{"text":373,"config":374},"イベント",{"href":375,"dataGaName":376,"dataGaLocation":144},"/events/","events",{"text":378,"config":379},"パートナー",{"href":380,"dataGaName":381,"dataGaLocation":144},"/ja-jp/partners/","partners",{"config":383,"text":386,"image":387,"link":391},{"background":384,"textColor":385},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":388,"config":389},"ソースプロモカード",{"src":390},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":392,"config":393},"最新情報を読む",{"href":394,"dataGaName":395,"dataGaLocation":144},"/ja-jp/the-source/","the source",{"text":397,"config":398,"menu":400},"会社情報",{"dataNavLevelOne":399},"company",{"type":194,"columns":401},[402],{"items":403},[404,409,415,417,422,427,432,437,442,447,452],{"text":405,"config":406},"GitLabについて",{"href":407,"dataGaName":408,"dataGaLocation":144},"/ja-jp/company/","about",{"text":410,"config":411,"footerGa":414},"採用情報",{"href":412,"dataGaName":413,"dataGaLocation":144},"/jobs/","jobs",{"dataGaName":413},{"text":373,"config":416},{"href":375,"dataGaName":376,"dataGaLocation":144},{"text":418,"config":419},"経営陣",{"href":420,"dataGaName":421,"dataGaLocation":144},"/company/team/e-group/","leadership",{"text":423,"config":424},"チーム",{"href":425,"dataGaName":426,"dataGaLocation":144},"/company/team/","team",{"text":428,"config":429},"ハンドブック",{"href":430,"dataGaName":431,"dataGaLocation":144},"https://handbook.gitlab.com/","handbook",{"text":433,"config":434},"投資家向け情報",{"href":435,"dataGaName":436,"dataGaLocation":144},"https://ir.gitlab.com/","investor relations",{"text":438,"config":439},"トラストセンター",{"href":440,"dataGaName":441,"dataGaLocation":144},"/ja-jp/security/","trust center",{"text":443,"config":444},"AI Transparency Center",{"href":445,"dataGaName":446,"dataGaLocation":144},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":448,"config":449},"ニュースレター",{"href":450,"dataGaName":451,"dataGaLocation":144},"/company/contact/#contact-forms","newsletter",{"text":453,"config":454},"プレス",{"href":455,"dataGaName":456,"dataGaLocation":144},"/press/","press",{"text":151,"config":458,"menu":459},{"dataNavLevelOne":399},{"type":194,"columns":460},[461],{"items":462},[463,466,471],{"text":151,"config":464},{"href":153,"dataGaName":465,"dataGaLocation":144},"talk to sales",{"text":467,"config":468},"サポートを受ける",{"href":469,"dataGaName":470,"dataGaLocation":144},"https://support.gitlab.com","support portal",{"text":472,"config":473},"カスタマーポータル",{"href":474,"dataGaName":475,"dataGaLocation":144},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":477,"login":478,"suggestions":485},"閉じる",{"text":479,"link":480},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":481,"config":482},"GitLab.com",{"href":158,"dataGaName":483,"dataGaLocation":484},"search login","search",{"text":486,"default":487},"提案",[488,490,495,497,501,505],{"text":175,"config":489},{"href":180,"dataGaName":175,"dataGaLocation":484},{"text":491,"config":492},"コード提案（AI）",{"href":493,"dataGaName":494,"dataGaLocation":484},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":17,"config":496},{"href":100,"dataGaName":17,"dataGaLocation":484},{"text":498,"config":499},"GitLab on AWS",{"href":500,"dataGaName":498,"dataGaLocation":484},"/ja-jp/partners/technology-partners/aws/",{"text":502,"config":503},"GitLab on Google Cloud",{"href":504,"dataGaName":502,"dataGaLocation":484},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":506,"config":507},"GitLabを選ぶ理由",{"href":187,"dataGaName":508,"dataGaLocation":484},"Why GitLab?",{"freeTrial":510,"mobileIcon":514,"desktopIcon":519,"secondaryButton":522},{"text":146,"config":511},{"href":512,"dataGaName":149,"dataGaLocation":513},"https://gitlab.com/-/trials/new/","nav",{"altText":515,"config":516},"GitLabアイコン",{"src":517,"dataGaName":518,"dataGaLocation":513},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":515,"config":520},{"src":521,"dataGaName":518,"dataGaLocation":513},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":304,"config":523},{"href":524,"dataGaName":525,"dataGaLocation":513},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":527,"mobileIcon":531,"desktopIcon":533},{"text":528,"config":529},"GitLab Duoの詳細について",{"href":180,"dataGaName":530,"dataGaLocation":513},"gitlab duo",{"altText":515,"config":532},{"src":517,"dataGaName":518,"dataGaLocation":513},{"altText":515,"config":534},{"src":521,"dataGaName":518,"dataGaLocation":513},{"button":536,"mobileIcon":541,"desktopIcon":543},{"text":537,"config":538},"/switch",{"href":539,"dataGaName":540,"dataGaLocation":513},"#contact","switch",{"altText":515,"config":542},{"src":517,"dataGaName":518,"dataGaLocation":513},{"altText":515,"config":544},{"src":545,"dataGaName":518,"dataGaLocation":513},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":547,"mobileIcon":552,"desktopIcon":554},{"text":548,"config":549},"価格ページに戻る",{"href":292,"dataGaName":550,"dataGaLocation":513,"icon":551},"back to pricing","GoBack",{"altText":515,"config":553},{"src":517,"dataGaName":518,"dataGaLocation":513},{"altText":515,"config":555},{"src":521,"dataGaName":518,"dataGaLocation":513},{"title":557,"button":558,"config":563},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":559,"config":560},"6月10日のGitLab Transcendに申し込む",{"href":561,"dataGaName":562,"dataGaLocation":144},"/ja-jp/releases/whats-new/#sign-up","transcend event",{"layout":564,"icon":565,"disabled":29},"release","AiStar",{"data":567},{"text":568,"source":569,"edit":575,"contribute":580,"config":585,"items":590,"minimal":792},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":570,"config":571},"ページのソースを表示",{"href":572,"dataGaName":573,"dataGaLocation":574},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":576,"config":577},"このページを編集",{"href":578,"dataGaName":579,"dataGaLocation":574},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":581,"config":582},"ご協力をお願いします",{"href":583,"dataGaName":584,"dataGaLocation":574},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":586,"facebook":587,"youtube":588,"linkedin":589},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[591,636,688,731,758],{"title":290,"links":592,"subMenu":607},[593,597,602],{"text":594,"config":595},"プランの表示",{"href":292,"dataGaName":596,"dataGaLocation":574},"view plans",{"text":598,"config":599},"Premiumを選ぶ理由",{"href":600,"dataGaName":601,"dataGaLocation":574},"/ja-jp/pricing/premium/","why premium",{"text":603,"config":604},"Ultimateを選ぶ理由",{"href":605,"dataGaName":606,"dataGaLocation":574},"/ja-jp/pricing/ultimate/","why ultimate",[608],{"title":151,"links":609},[610,612,614,616,621,626,631],{"text":151,"config":611},{"href":153,"dataGaName":154,"dataGaLocation":574},{"text":467,"config":613},{"href":469,"dataGaName":470,"dataGaLocation":574},{"text":472,"config":615},{"href":474,"dataGaName":475,"dataGaLocation":574},{"text":617,"config":618},"ステータス",{"href":619,"dataGaName":620,"dataGaLocation":574},"https://status.gitlab.com/","status",{"text":622,"config":623},"利用規約",{"href":624,"dataGaName":625,"dataGaLocation":574},"/terms/","terms of use",{"text":627,"config":628},"プライバシーに関する声明",{"href":629,"dataGaName":630,"dataGaLocation":574},"/ja-jp/privacy/","privacy statement",{"text":632,"config":633},"Cookie 優先設定",{"dataGaName":634,"dataGaLocation":574,"id":635,"isOneTrustButton":133},"cookie preferences","ot-sdk-btn",{"title":190,"links":637,"subMenu":646},[638,642],{"text":639,"config":640},"DevSecOpsプラットフォーム",{"href":173,"dataGaName":641,"dataGaLocation":574},"devsecops platform",{"text":643,"config":644},"AI支援開発",{"href":180,"dataGaName":645,"dataGaLocation":574},"ai-assisted development",[647],{"title":648,"links":649},"トピック",[650,653,658,663,668,673,678,683],{"text":17,"config":651},{"href":19,"dataGaName":652,"dataGaLocation":574},"cicd",{"text":654,"config":655},"GitOps",{"href":656,"dataGaName":657,"dataGaLocation":574},"/ja-jp/topics/gitops/","gitops",{"text":659,"config":660},"DevOps",{"href":661,"dataGaName":662,"dataGaLocation":574},"/ja-jp/topics/devops/","devops",{"text":664,"config":665},"バージョン管理",{"href":666,"dataGaName":667,"dataGaLocation":574},"/ja-jp/topics/version-control/","version control",{"text":669,"config":670},"DevSecOps",{"href":671,"dataGaName":672,"dataGaLocation":574},"/ja-jp/topics/devsecops/","devsecops",{"text":674,"config":675},"クラウドネイティブ",{"href":676,"dataGaName":677,"dataGaLocation":574},"/ja-jp/topics/cloud-native/","cloud native",{"text":679,"config":680},"コーディングのためのAI",{"href":681,"dataGaName":682,"dataGaLocation":574},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":684,"config":685},"エージェント型AI",{"href":686,"dataGaName":687,"dataGaLocation":574},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":689,"links":690},"ソリューション",[691,694,696,701,705,708,711,714,716,718,721,726],{"text":233,"config":692},{"href":228,"dataGaName":693,"dataGaLocation":574},"Application Security Testing",{"text":220,"config":695},{"href":206,"dataGaName":207,"dataGaLocation":574},{"text":697,"config":698},"アジャイル開発",{"href":699,"dataGaName":700,"dataGaLocation":574},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":702,"config":703},"SCM",{"href":217,"dataGaName":704,"dataGaLocation":574},"source code management",{"text":17,"config":706},{"href":100,"dataGaName":707,"dataGaLocation":574},"continuous integration & delivery",{"text":259,"config":709},{"href":261,"dataGaName":710,"dataGaLocation":574},"value stream management",{"text":654,"config":712},{"href":713,"dataGaName":657,"dataGaLocation":574},"/ja-jp/solutions/gitops/",{"text":272,"config":715},{"href":275,"dataGaName":276,"dataGaLocation":574},{"text":278,"config":717},{"href":281,"dataGaName":282,"dataGaLocation":574},{"text":719,"config":720},"公共機関",{"href":287,"dataGaName":288,"dataGaLocation":574},{"text":722,"config":723},"教育",{"href":724,"dataGaName":725,"dataGaLocation":574},"/ja-jp/solutions/education/","education",{"text":727,"config":728},"金融サービス",{"href":729,"dataGaName":730,"dataGaLocation":574},"/ja-jp/solutions/finance/","financial services",{"title":295,"links":732},[733,735,737,739,742,744,746,748,750,752,754,756],{"text":307,"config":734},{"href":309,"dataGaName":310,"dataGaLocation":574},{"text":312,"config":736},{"href":314,"dataGaName":315,"dataGaLocation":574},{"text":317,"config":738},{"href":319,"dataGaName":320,"dataGaLocation":574},{"text":322,"config":740},{"href":324,"dataGaName":741,"dataGaLocation":574},"docs",{"text":345,"config":743},{"href":347,"dataGaName":348,"dataGaLocation":574},{"text":340,"config":745},{"href":342,"dataGaName":343,"dataGaLocation":574},{"text":350,"config":747},{"href":352,"dataGaName":353,"dataGaLocation":574},{"text":358,"config":749},{"href":360,"dataGaName":361,"dataGaLocation":574},{"text":363,"config":751},{"href":365,"dataGaName":366,"dataGaLocation":574},{"text":368,"config":753},{"href":370,"dataGaName":371,"dataGaLocation":574},{"text":373,"config":755},{"href":375,"dataGaName":376,"dataGaLocation":574},{"text":378,"config":757},{"href":380,"dataGaName":381,"dataGaLocation":574},{"title":397,"links":759},[760,762,764,766,768,770,772,776,781,783,785,787],{"text":405,"config":761},{"href":407,"dataGaName":399,"dataGaLocation":574},{"text":410,"config":763},{"href":412,"dataGaName":413,"dataGaLocation":574},{"text":418,"config":765},{"href":420,"dataGaName":421,"dataGaLocation":574},{"text":423,"config":767},{"href":425,"dataGaName":426,"dataGaLocation":574},{"text":428,"config":769},{"href":430,"dataGaName":431,"dataGaLocation":574},{"text":433,"config":771},{"href":435,"dataGaName":436,"dataGaLocation":574},{"text":773,"config":774},"Sustainability",{"href":775,"dataGaName":773,"dataGaLocation":574},"/sustainability/",{"text":777,"config":778},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":779,"dataGaName":780,"dataGaLocation":574},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":438,"config":782},{"href":440,"dataGaName":441,"dataGaLocation":574},{"text":448,"config":784},{"href":450,"dataGaName":451,"dataGaLocation":574},{"text":453,"config":786},{"href":455,"dataGaName":456,"dataGaLocation":574},{"text":788,"config":789},"現代奴隷制の透明性に関する声明",{"href":790,"dataGaName":791,"dataGaLocation":574},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":793},[794,796,799],{"text":622,"config":795},{"href":624,"dataGaName":625,"dataGaLocation":574},{"text":797,"config":798},"Cookieの設定",{"dataGaName":634,"dataGaLocation":574,"id":635,"isOneTrustButton":133},{"text":627,"config":800},{"href":629,"dataGaName":630,"dataGaLocation":574},{"header":802,"blurb":803,"button":804,"secondaryButton":808},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":146,"config":805},{"href":806,"dataGaName":149,"dataGaLocation":807},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":151,"config":809},{"href":153,"dataGaName":154,"dataGaLocation":807},1777934982297]