[{"data":1,"prerenderedAt":800},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/benefits-continuous-integration":3,"navigation-ja-jp":139,"banner-ja-jp":546,"footer-ja-jp":556,"next-steps-ja-jp":791},{"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",{"data":140},{"logo":141,"freeTrial":146,"sales":151,"login":156,"items":161,"search":466,"minimal":499,"duo":516,"switchNav":525,"pricingDeployment":536},{"config":142},{"href":143,"dataGaName":144,"dataGaLocation":145},"/ja-jp/","gitlab logo","header",{"text":147,"config":148},"無料トライアルを開始",{"href":149,"dataGaName":150,"dataGaLocation":145},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":152,"config":153},"お問い合わせ",{"href":154,"dataGaName":155,"dataGaLocation":145},"/ja-jp/sales/","sales",{"text":157,"config":158},"サインイン",{"href":159,"dataGaName":160,"dataGaLocation":145},"https://gitlab.com/users/sign_in/","sign in",[162,188,283,288,388,448],{"text":163,"config":164,"cards":166},"プラットフォーム",{"dataNavLevelOne":165},"platform",[167,173,181],{"title":163,"description":168,"link":169},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":170,"config":171},"プラットフォームを探索",{"href":172,"dataGaName":165,"dataGaLocation":145},"/ja-jp/platform/",{"title":174,"description":175,"link":176},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":177,"config":178},"GitLab Duoのご紹介",{"href":179,"dataGaName":180,"dataGaLocation":145},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":182,"description":183,"link":184},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":98,"config":185},{"href":186,"dataGaName":187,"dataGaLocation":145},"/ja-jp/why-gitlab/","why gitlab",{"text":189,"left":133,"config":190,"link":192,"lists":196,"footer":265},"製品",{"dataNavLevelOne":191},"solutions",{"text":193,"config":194},"すべてのソリューションを表示",{"href":195,"dataGaName":191,"dataGaLocation":145},"/ja-jp/solutions/",[197,220,243],{"title":198,"description":199,"link":200,"items":205},"自動化","CI/CDと自動化でデプロイを加速",{"config":201},{"icon":202,"href":203,"dataGaName":204,"dataGaLocation":145},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[206,208,211,216],{"text":17,"config":207},{"href":100,"dataGaLocation":145,"dataGaName":17},{"text":174,"config":209},{"href":179,"dataGaLocation":145,"dataGaName":210},"gitlab duo agent platform - product menu",{"text":212,"config":213},"ソースコード管理",{"href":214,"dataGaLocation":145,"dataGaName":215},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":217,"config":218},"自動化されたソフトウェアデリバリー",{"href":203,"dataGaLocation":145,"dataGaName":219},"Automated software delivery",{"title":221,"description":222,"link":223,"items":228},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":224},{"href":225,"dataGaName":226,"dataGaLocation":145,"icon":227},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[229,233,238],{"text":230,"config":231},"アプリケーションセキュリティテスト",{"href":225,"dataGaName":232,"dataGaLocation":145},"Application security testing",{"text":234,"config":235},"ソフトウェアサプライチェーンの安全性",{"href":236,"dataGaLocation":145,"dataGaName":237},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":239,"config":240},"ソフトウェアコンプライアンス",{"href":241,"dataGaName":242,"dataGaLocation":145},"/ja-jp/solutions/software-compliance/","software compliance",{"title":244,"link":245,"items":250},"測定",{"config":246},{"icon":247,"href":248,"dataGaName":249,"dataGaLocation":145},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[251,255,260],{"text":252,"config":253},"可視性と測定",{"href":248,"dataGaLocation":145,"dataGaName":254},"Visibility and Measurement",{"text":256,"config":257},"バリューストリーム管理",{"href":258,"dataGaLocation":145,"dataGaName":259},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":261,"config":262},"分析とインサイト",{"href":263,"dataGaLocation":145,"dataGaName":264},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":266,"items":267},"GitLabが活躍する場所",[268,273,278],{"text":269,"config":270},"大企業",{"href":271,"dataGaLocation":145,"dataGaName":272},"/ja-jp/enterprise/","enterprise",{"text":274,"config":275},"スモールビジネス",{"href":276,"dataGaLocation":145,"dataGaName":277},"/ja-jp/small-business/","small business",{"text":279,"config":280},"公共部門",{"href":281,"dataGaLocation":145,"dataGaName":282},"/ja-jp/solutions/public-sector/","public sector",{"text":284,"config":285},"価格",{"href":286,"dataGaName":287,"dataGaLocation":145,"dataNavLevelOne":287},"/ja-jp/pricing/","pricing",{"text":289,"config":290,"link":291,"lists":295,"feature":375},"リソース",{"dataNavLevelOne":107},{"text":292,"config":293},"すべてのリソースを表示",{"href":294,"dataGaName":107,"dataGaLocation":145},"/ja-jp/resources/",[296,329,347],{"title":297,"items":298},"はじめに",[299,304,309,314,319,324],{"text":300,"config":301},"インストール",{"href":302,"dataGaName":303,"dataGaLocation":145},"/ja-jp/install/","install",{"text":305,"config":306},"クイックスタートガイド",{"href":307,"dataGaName":308,"dataGaLocation":145},"/ja-jp/get-started/","quick setup checklists",{"text":310,"config":311},"学ぶ",{"href":312,"dataGaLocation":145,"dataGaName":313},"https://university.gitlab.com/","learn",{"text":315,"config":316},"製品ドキュメント",{"href":317,"dataGaName":318,"dataGaLocation":145},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":320,"config":321},"ベストプラクティスビデオ",{"href":322,"dataGaName":323,"dataGaLocation":145},"/ja-jp/getting-started-videos/","best practice videos",{"text":325,"config":326},"インテグレーション",{"href":327,"dataGaName":328,"dataGaLocation":145},"/ja-jp/integrations/","integrations",{"title":330,"items":331},"検索する",[332,337,342],{"text":333,"config":334},"お客様成功事例",{"href":335,"dataGaName":336,"dataGaLocation":145},"/ja-jp/customers/","customer success stories",{"text":338,"config":339},"ブログ",{"href":340,"dataGaName":341,"dataGaLocation":145},"/ja-jp/blog/","blog",{"text":343,"config":344},"リモート",{"href":345,"dataGaName":346,"dataGaLocation":145},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":348,"items":349},"つなげる",[350,355,360,365,370],{"text":351,"config":352},"GitLabサービス",{"href":353,"dataGaName":354,"dataGaLocation":145},"/ja-jp/services/","services",{"text":356,"config":357},"コミュニティ",{"href":358,"dataGaName":359,"dataGaLocation":145},"/community/","community",{"text":361,"config":362},"フォーラム",{"href":363,"dataGaName":364,"dataGaLocation":145},"https://forum.gitlab.com/","forum",{"text":366,"config":367},"イベント",{"href":368,"dataGaName":369,"dataGaLocation":145},"/events/","events",{"text":371,"config":372},"パートナー",{"href":373,"dataGaName":374,"dataGaLocation":145},"/ja-jp/partners/","partners",{"backgroundColor":376,"textColor":377,"text":378,"image":379,"link":383},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":380,"config":381},"ソースプロモカード",{"src":382},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":384,"config":385},"最新情報を読む",{"href":386,"dataGaName":387,"dataGaLocation":145},"/ja-jp/the-source/","the source",{"text":389,"config":390,"lists":392},"会社情報",{"dataNavLevelOne":391},"company",[393],{"items":394},[395,400,406,408,413,418,423,428,433,438,443],{"text":396,"config":397},"GitLabについて",{"href":398,"dataGaName":399,"dataGaLocation":145},"/ja-jp/company/","about",{"text":401,"config":402,"footerGa":405},"採用情報",{"href":403,"dataGaName":404,"dataGaLocation":145},"/jobs/","jobs",{"dataGaName":404},{"text":366,"config":407},{"href":368,"dataGaName":369,"dataGaLocation":145},{"text":409,"config":410},"経営陣",{"href":411,"dataGaName":412,"dataGaLocation":145},"/company/team/e-group/","leadership",{"text":414,"config":415},"チーム",{"href":416,"dataGaName":417,"dataGaLocation":145},"/company/team/","team",{"text":419,"config":420},"ハンドブック",{"href":421,"dataGaName":422,"dataGaLocation":145},"https://handbook.gitlab.com/","handbook",{"text":424,"config":425},"投資家向け情報",{"href":426,"dataGaName":427,"dataGaLocation":145},"https://ir.gitlab.com/","investor relations",{"text":429,"config":430},"トラストセンター",{"href":431,"dataGaName":432,"dataGaLocation":145},"/ja-jp/security/","trust center",{"text":434,"config":435},"AI Transparency Center",{"href":436,"dataGaName":437,"dataGaLocation":145},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":439,"config":440},"ニュースレター",{"href":441,"dataGaName":442,"dataGaLocation":145},"/company/contact/#contact-forms","newsletter",{"text":444,"config":445},"プレス",{"href":446,"dataGaName":447,"dataGaLocation":145},"/press/","press",{"text":152,"config":449,"lists":450},{"dataNavLevelOne":391},[451],{"items":452},[453,456,461],{"text":152,"config":454},{"href":154,"dataGaName":455,"dataGaLocation":145},"talk to sales",{"text":457,"config":458},"サポートを受ける",{"href":459,"dataGaName":460,"dataGaLocation":145},"https://support.gitlab.com","support portal",{"text":462,"config":463},"カスタマーポータル",{"href":464,"dataGaName":465,"dataGaLocation":145},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":467,"login":468,"suggestions":475},"閉じる",{"text":469,"link":470},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":471,"config":472},"GitLab.com",{"href":159,"dataGaName":473,"dataGaLocation":474},"search login","search",{"text":476,"default":477},"提案",[478,480,485,487,491,495],{"text":174,"config":479},{"href":179,"dataGaName":174,"dataGaLocation":474},{"text":481,"config":482},"コード提案（AI）",{"href":483,"dataGaName":484,"dataGaLocation":474},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":17,"config":486},{"href":100,"dataGaName":17,"dataGaLocation":474},{"text":488,"config":489},"GitLab on AWS",{"href":490,"dataGaName":488,"dataGaLocation":474},"/ja-jp/partners/technology-partners/aws/",{"text":492,"config":493},"GitLab on Google Cloud",{"href":494,"dataGaName":492,"dataGaLocation":474},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":496,"config":497},"GitLabを選ぶ理由",{"href":186,"dataGaName":498,"dataGaLocation":474},"Why GitLab?",{"freeTrial":500,"mobileIcon":504,"desktopIcon":509,"secondaryButton":512},{"text":147,"config":501},{"href":502,"dataGaName":150,"dataGaLocation":503},"https://gitlab.com/-/trials/new/","nav",{"altText":505,"config":506},"GitLabアイコン",{"src":507,"dataGaName":508,"dataGaLocation":503},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":505,"config":510},{"src":511,"dataGaName":508,"dataGaLocation":503},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":297,"config":513},{"href":514,"dataGaName":515,"dataGaLocation":503},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":517,"mobileIcon":521,"desktopIcon":523},{"text":518,"config":519},"GitLab Duoの詳細について",{"href":179,"dataGaName":520,"dataGaLocation":503},"gitlab duo",{"altText":505,"config":522},{"src":507,"dataGaName":508,"dataGaLocation":503},{"altText":505,"config":524},{"src":511,"dataGaName":508,"dataGaLocation":503},{"button":526,"mobileIcon":531,"desktopIcon":533},{"text":527,"config":528},"/switch",{"href":529,"dataGaName":530,"dataGaLocation":503},"#contact","switch",{"altText":505,"config":532},{"src":507,"dataGaName":508,"dataGaLocation":503},{"altText":505,"config":534},{"src":535,"dataGaName":508,"dataGaLocation":503},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":537,"mobileIcon":542,"desktopIcon":544},{"text":538,"config":539},"料金ページに戻る",{"href":286,"dataGaName":540,"dataGaLocation":503,"icon":541},"back to pricing","GoBack",{"altText":505,"config":543},{"src":507,"dataGaName":508,"dataGaLocation":503},{"altText":505,"config":545},{"src":511,"dataGaName":508,"dataGaLocation":503},{"title":547,"button":548,"config":553},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":549,"config":550},"GitLab Transcendを今すぐ視聴",{"href":551,"dataGaName":552,"dataGaLocation":145},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":554,"icon":555,"disabled":133},"release","AiStar",{"data":557},{"text":558,"source":559,"edit":565,"contribute":570,"config":575,"items":580,"minimal":782},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":560,"config":561},"ページのソースを表示",{"href":562,"dataGaName":563,"dataGaLocation":564},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":566,"config":567},"このページを編集",{"href":568,"dataGaName":569,"dataGaLocation":564},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":571,"config":572},"ご協力をお願いします",{"href":573,"dataGaName":574,"dataGaLocation":564},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":576,"facebook":577,"youtube":578,"linkedin":579},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[581,626,678,721,748],{"title":284,"links":582,"subMenu":597},[583,587,592],{"text":584,"config":585},"プランの表示",{"href":286,"dataGaName":586,"dataGaLocation":564},"view plans",{"text":588,"config":589},"Premiumを選ぶ理由",{"href":590,"dataGaName":591,"dataGaLocation":564},"/ja-jp/pricing/premium/","why premium",{"text":593,"config":594},"Ultimateを選ぶ理由",{"href":595,"dataGaName":596,"dataGaLocation":564},"/ja-jp/pricing/ultimate/","why ultimate",[598],{"title":152,"links":599},[600,602,604,606,611,616,621],{"text":152,"config":601},{"href":154,"dataGaName":155,"dataGaLocation":564},{"text":457,"config":603},{"href":459,"dataGaName":460,"dataGaLocation":564},{"text":462,"config":605},{"href":464,"dataGaName":465,"dataGaLocation":564},{"text":607,"config":608},"ステータス",{"href":609,"dataGaName":610,"dataGaLocation":564},"https://status.gitlab.com/","status",{"text":612,"config":613},"利用規約",{"href":614,"dataGaName":615,"dataGaLocation":564},"/terms/","terms of use",{"text":617,"config":618},"プライバシーに関する声明",{"href":619,"dataGaName":620,"dataGaLocation":564},"/ja-jp/privacy/","privacy statement",{"text":622,"config":623},"Cookie 優先設定",{"dataGaName":624,"dataGaLocation":564,"id":625,"isOneTrustButton":133},"cookie preferences","ot-sdk-btn",{"title":189,"links":627,"subMenu":636},[628,632],{"text":629,"config":630},"DevSecOpsプラットフォーム",{"href":172,"dataGaName":631,"dataGaLocation":564},"devsecops platform",{"text":633,"config":634},"AI支援開発",{"href":179,"dataGaName":635,"dataGaLocation":564},"ai-assisted development",[637],{"title":638,"links":639},"トピック",[640,643,648,653,658,663,668,673],{"text":17,"config":641},{"href":19,"dataGaName":642,"dataGaLocation":564},"cicd",{"text":644,"config":645},"GitOps",{"href":646,"dataGaName":647,"dataGaLocation":564},"/ja-jp/topics/gitops/","gitops",{"text":649,"config":650},"DevOps",{"href":651,"dataGaName":652,"dataGaLocation":564},"/ja-jp/topics/devops/","devops",{"text":654,"config":655},"バージョン管理",{"href":656,"dataGaName":657,"dataGaLocation":564},"/ja-jp/topics/version-control/","version control",{"text":659,"config":660},"DevSecOps",{"href":661,"dataGaName":662,"dataGaLocation":564},"/ja-jp/topics/devsecops/","devsecops",{"text":664,"config":665},"クラウドネイティブ",{"href":666,"dataGaName":667,"dataGaLocation":564},"/ja-jp/topics/cloud-native/","cloud native",{"text":669,"config":670},"コーディングのためのAI",{"href":671,"dataGaName":672,"dataGaLocation":564},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":674,"config":675},"エージェント型AI",{"href":676,"dataGaName":677,"dataGaLocation":564},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":679,"links":680},"ソリューション",[681,684,686,691,695,698,701,704,706,708,711,716],{"text":230,"config":682},{"href":225,"dataGaName":683,"dataGaLocation":564},"Application Security Testing",{"text":217,"config":685},{"href":203,"dataGaName":204,"dataGaLocation":564},{"text":687,"config":688},"アジャイル開発",{"href":689,"dataGaName":690,"dataGaLocation":564},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":692,"config":693},"SCM",{"href":214,"dataGaName":694,"dataGaLocation":564},"source code management",{"text":17,"config":696},{"href":100,"dataGaName":697,"dataGaLocation":564},"continuous integration & delivery",{"text":256,"config":699},{"href":258,"dataGaName":700,"dataGaLocation":564},"value stream management",{"text":644,"config":702},{"href":703,"dataGaName":647,"dataGaLocation":564},"/ja-jp/solutions/gitops/",{"text":269,"config":705},{"href":271,"dataGaName":272,"dataGaLocation":564},{"text":274,"config":707},{"href":276,"dataGaName":277,"dataGaLocation":564},{"text":709,"config":710},"公共機関",{"href":281,"dataGaName":282,"dataGaLocation":564},{"text":712,"config":713},"教育",{"href":714,"dataGaName":715,"dataGaLocation":564},"/ja-jp/solutions/education/","education",{"text":717,"config":718},"金融サービス",{"href":719,"dataGaName":720,"dataGaLocation":564},"/ja-jp/solutions/finance/","financial services",{"title":289,"links":722},[723,725,727,729,732,734,736,738,740,742,744,746],{"text":300,"config":724},{"href":302,"dataGaName":303,"dataGaLocation":564},{"text":305,"config":726},{"href":307,"dataGaName":308,"dataGaLocation":564},{"text":310,"config":728},{"href":312,"dataGaName":313,"dataGaLocation":564},{"text":315,"config":730},{"href":317,"dataGaName":731,"dataGaLocation":564},"docs",{"text":338,"config":733},{"href":340,"dataGaName":341,"dataGaLocation":564},{"text":333,"config":735},{"href":335,"dataGaName":336,"dataGaLocation":564},{"text":343,"config":737},{"href":345,"dataGaName":346,"dataGaLocation":564},{"text":351,"config":739},{"href":353,"dataGaName":354,"dataGaLocation":564},{"text":356,"config":741},{"href":358,"dataGaName":359,"dataGaLocation":564},{"text":361,"config":743},{"href":363,"dataGaName":364,"dataGaLocation":564},{"text":366,"config":745},{"href":368,"dataGaName":369,"dataGaLocation":564},{"text":371,"config":747},{"href":373,"dataGaName":374,"dataGaLocation":564},{"title":389,"links":749},[750,752,754,756,758,760,762,766,771,773,775,777],{"text":396,"config":751},{"href":398,"dataGaName":391,"dataGaLocation":564},{"text":401,"config":753},{"href":403,"dataGaName":404,"dataGaLocation":564},{"text":409,"config":755},{"href":411,"dataGaName":412,"dataGaLocation":564},{"text":414,"config":757},{"href":416,"dataGaName":417,"dataGaLocation":564},{"text":419,"config":759},{"href":421,"dataGaName":422,"dataGaLocation":564},{"text":424,"config":761},{"href":426,"dataGaName":427,"dataGaLocation":564},{"text":763,"config":764},"Sustainability",{"href":765,"dataGaName":763,"dataGaLocation":564},"/sustainability/",{"text":767,"config":768},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":769,"dataGaName":770,"dataGaLocation":564},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":429,"config":772},{"href":431,"dataGaName":432,"dataGaLocation":564},{"text":439,"config":774},{"href":441,"dataGaName":442,"dataGaLocation":564},{"text":444,"config":776},{"href":446,"dataGaName":447,"dataGaLocation":564},{"text":778,"config":779},"現代奴隷制の透明性に関する声明",{"href":780,"dataGaName":781,"dataGaLocation":564},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":783},[784,786,789],{"text":612,"config":785},{"href":614,"dataGaName":615,"dataGaLocation":564},{"text":787,"config":788},"Cookieの設定",{"dataGaName":624,"dataGaLocation":564,"id":625,"isOneTrustButton":133},{"text":617,"config":790},{"href":619,"dataGaName":620,"dataGaLocation":564},{"header":792,"blurb":793,"button":794,"secondaryButton":798},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":147,"config":795},{"href":796,"dataGaName":150,"dataGaLocation":797},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":152,"config":799},{"href":154,"dataGaName":155,"dataGaLocation":797},1777573342878]