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