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