[{"data":1,"prerenderedAt":932},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/cicd-pipeline":3,"navigation-ja-jp":185,"banner-ja-jp":598,"footer-ja-jp":611,"next-steps-ja-jp":821,"footer-source-/ja-jp/topics/ci-cd/cicd-pipeline/":836},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":179,"_type":180,"title":7,"_source":181,"_file":182,"_stem":183,"_extension":184},"/ja-jp/topics/ci-cd/cicd-pipeline","ci-cd",false,"",{"title":9,"description":10},"CI/CDパイプラインとは？","パイプラインは継続的インテグレーションとデリバリー（CI/CD）の基本です。CI/CDパイプラインの仕組みと、コードテストとビルドの自動化について学びましょう。",[12,26,32,139,177],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Industry topics",{"href":19},"/topics/",{"title":21,"config":22},"CI/CD",{"href":23},"/ja-jp/topics/ci-cd/",{"title":25},"Cicd pipeline",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"title":9,"text":29,"config":30},"パイプラインは継続的インテグレーションとデリバリー（CI/CD）の基本です。CI/CDパイプラインの仕組みと、コードテストとビルドの自動化について学びましょう。\n",{"id":31,"twoColumns":6},"ci/cdパイプラインとは？",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":82},{"text":36,"data":37},"On this page",[38,42,46,50,54,58,62,66,70,74,78],{"text":39,"config":40},"CI/CDパイプラインの概要",{"href":41},"#ci-cd-pipeline-overview",{"text":43,"config":44},"CI/CDパイプラインの定義",{"href":45},"#ci-cd-pipelines-defined",{"text":47,"config":48},"継続的インテグレーションと継続的デリバリー、継続的デプロイの違い",{"href":49},"#continuous-integration-vs-continuous-delivery-vs-continuous-deployment",{"text":51,"config":52},"CI/CDパイプラインのステージ",{"href":53},"#ci-cd-pipeline-stages",{"text":55,"config":56},"CI/CDパイプラインツール",{"href":57},"#ci-cd-pipeline-tools",{"text":59,"config":60},"優れたCI/CDパイプラインとは？",{"href":61},"#what-makes-a-good-ci-cd-pipeline",{"text":63,"config":64},"CI/CDパイプラインの例",{"href":65},"#ci-cd-pipeline-example",{"text":67,"config":68},"IT部門のリーダーがCI/CDパイプラインを使用すべき理由",{"href":69},"#why-should-it-leaders-use-ci-cd-pipelines",{"text":71,"config":72},"GitLabへの移行が人気な理由",{"href":73},"#why-is-everyone-moving-to-git-lab",{"text":75,"config":76},"CI/CDパイプラインの活用によりDevOpsチームが得られるメリット",{"href":77},"#how-ci-cd-pipelines-support-dev-ops-teams",{"text":79,"config":80},"まとめ",{"href":81},"#conclusion",[83,89,94,99,104,109,114,119,124,129,134],{"type":84,"componentName":84,"componentContent":85},"TopicsCopy",{"header":39,"text":86,"config":87},"何十年もの間、開発者はコーディングの困難で反復的な要素を自動化することで、イノベーションに集中し、燃え尽き症候群を回避する方法を模索してきました。新しいコードの統合や手作業によるテストに関連する、一般的な問題を解決する完璧なソリューションとして、CI/CDが登場したのです。\n\n**継続的インテグレーション、継続的デリバリー、継続的デプロイ**により、別々のチームの作業を1つのまとまった製品にまとめるプロセスが合理化されます。CI/CDは、作業を保存する単一のリポジトリを提供し、一貫して統合と継続的テストを自動化します。しかし、CI/CDパイプラインとは何であり、どのように機能するのでしょうか？このページでは、その答えと、エンジニアや企業にとってのCI/CDパイプラインのメリットについてご紹介します。\n",{"id":88},"ci-cd-pipeline-overview",{"type":84,"componentName":84,"componentContent":90},{"header":43,"text":91,"config":92},"CI/CDパイプラインとは、ソフトウエアデリバリープロセスを合理化する一連のステップです。DevOpsまたはサイトリライアビリティエンジニアリングアプローチを介して、CI/CDはモニタリングと自動化を使用してアプリ開発を改善します。これは、一般的に実行が困難で時間がかかり、スタブやドライバーの作成が必要な統合と継続的テストに関して特に有用です。\n\n自動化されたパイプラインは、手作業によるエラーを防止し、製品の迅速な反復を可能にし、開発プロセス中に一貫したフィードバックを提供するのに役立ちます。CI/CDパイプラインの各ステップは、パイプラインステージにグループ化されたタスクのサブセットです。これについては、この記事で詳しく説明したいと思います。\n",{"id":93},"ci-cd-pipelines-defined",{"type":84,"componentName":84,"componentContent":95},{"header":47,"text":96,"config":97},"CIとCDは、一般的な最新の開発手法とDevOpsのベストプラクティスです。CIは継続的インテグレーションを意味しますが、CDには継続的デリバリーと継続的デプロイの2つの意味があります。\n\n  ### 継続的インテグレーション\n\n現代のペースの速いテクノロジーの世界では、開発チームはアプリのさまざまな要素で同時に作業できる環境が必要です。エンジニアが変更をmainブランチに統合するためにマージの日まで待たなければいけない場合、その作業は時間がかかり、労力がかかり、率直に言って気が遠くなるようなものになります。全員が個別に変更を行うことになるため、他のチームメンバーとの競合が発生する可能性も出てきます。\n\nCIを実行する場合、できるだけ頻繁に変更を中央リポジトリに継続的にマージすることになります。変更は自動ビルドによって検証され、単体テストとインテグレーションテストによって、変更がアプリケーションを破損していないことが確認されます。テストによって新しいコードと既存のコードとの間に競合が発見された場合、CIによってバグの修正をより速く、より頻繁に行えるようになります。\n\n*要件*\n- 改善、新機能、バグ修正の自動テスト\n- できるだけ頻繁に、理想的には1日1回変更をマージすること\n- リポジトリを監視し、新しいコミットのテストを実行するための継続的インテグレーション用サーバー\n\n*メリット*\n- 自動テストによりリグレッションを早期に発見できるため、本番環境まで残るバグが少なくなる\n- 統合に関する問題がすぐに解決されるので、リリースのビルドが楽になる\n- バグによりビルドが中断されるとすぐにアラートが表示されるため、デベロッパーが頭の切り替えをあまり行わずに済む\n- CIサーバーが数百件のテストを数秒で実行するため、テスト費用が削減される\n\n### 継続的インテグレーション\n\nCDの最初の定義である継続的デリバリーは、CIの原則に基づき、インフラストラクチャのプロビジョニングと、テスト環境および本番環境へのアプリケーションのデプロイを自動化します。\n\n継続的なデリバリーのパイプラインでは、コードの変更が自動的にビルドされ、テストされ、いつでもどの環境にもデプロイできるようにパッケージ化されます。手動でのデプロイのトリガーに使用することも、継続的デプロイまで行うよう拡張して、顧客やエンドユーザーへのデプロイも自動化することもできます。\n\n*要件*\n- すべてのコードと構成ファイルのバージョン管理\n- ソフトウェアの新しいバージョンをテストするためのstaging環境\n- 自動化された信頼性の高いデプロイプロセス\n\n*メリット*\n- 顧客への新機能とアップデートを迅速に提供\n- ソフトウェアリリースの信頼性と品質を向上\n- 必要に応じてコードの変更を簡単にロールバック\n- デプロイプロセスにおける人為的エラーのリスクを低減\n- 開発チームとオペレーションチーム間のコラボレーションを強化\n\n\n### 継続的デプロイ\n\nCDの2つ目の定義であり、かつCI/CDパイプラインの最終ステージは継続的デプロイです。事前定義されたテストが正常に完了すると、コードの変更が自動的にエンドユーザーにリリースされます。なお、本番環境の前には手作業による障壁が存在しないため、厳密なテストの自動化が不可欠です。\n\nデベロッパーにとって、これはクラウドアプリケーションへの変更が一瞬で本番環境に反映され、エンドユーザーのフィードバックを受けてそれに対応することが容易になることを意味します。CI/CDパイプラインのアプローチを取ることで、デプロイに関連するリスクの多くを回避できます。これは、一度にすべてをリリースするのとは対照的に、少しずつ変更をリリースするほうが簡単なためです。\n\n*要件*\n- 高品質の一連のテスト\n- 本番環境と同じペースで作成できる文書\n- 機能フラグ（他の部門と効果的に連携を取るために、絶対に外せない条件）\n\n*メリット*\n- 新しいリリースのために開発を一時中断する必要がなく、プロセス全体が効率化される\n- リリースの修正が容易になり、リスクが減る\n- 改善が継続的に行われ、品質の向上が顧客に明らかになる\n",{"id":98},"continuous-integration-vs-continuous-delivery-vs-continuous-deployment",{"type":84,"componentName":84,"componentContent":100},{"header":51,"text":101,"config":102},"CI/CDパイプラインというと作業が増えるように感じるかもしれませんが、実際はまったくその逆です。新しい製品をより早く、問題の数を減らしつつ提供するためのプロセスにすぎません。パイプラインを自動化しなければ、同じ手順を手動で実行することになるため、作業が遅くなり、効率が低下します。DevOps CI/CDパイプラインの各ステージは以下のとおりです。いずれかのステージで失敗すると、担当エンジニアに警告を発する通知がトリガーされます。製品が問題なくすべてのテストに合格した場合、本番環境へのデプロイが成功するたびに、すべてのチームメンバーに通知が送信されまます。\n\n### ソース\n\n通常、パイプラインはソースコードリポジトリによってトリガーされます。コードの変更によってCI/CDパイプラインツールの通知が有効になり、対応するパイプラインが操作されます。ユーザーが開始した、もしくは自動的にスケジュールされたワークフローまたは他のパイプラインの結果も、パイプラインをトリガーする可能性があります。\n\n### ビルド\n\nビルドフェーズでは、エンジニアが開発したコードをリポジトリを介して共有し、製品の実行可能なイテレーションを構築します。一般的には、Dockerを使用してクラウドネイティブソフトウェアをデプロイします。そして、パイプラインのこのステージで必要なDockerコンテナがビルドされます。アプリケーションがこの段階を通過しない場合、構成に根本的な問題があることを示唆しているため、すぐに対処する必要があります。\n\n### テスト\n\nテストではコードを検証し、製品がどのように動作するかを確認します。これは、バグがエンドユーザーに届くのを防ぐための重要なセーフティネットです。デベロッパーは自動化したテストを記述する必要があります。テストスイートの範囲が充実しているほど、製品の市場投入が早くなり、再デプロイが必要になる可能性が低くなります。\n\nこのステージでの失敗によって、コードを作成していた時点では想定していなかった問題が露呈することになります。このステージの目的は、エンジニアのフロー状態を乱さないように、問題の原因が記憶に新しいうちに、すばやくフィードバックを提供することです。\n\n### デプロイ\n\nすべてのコードの実行可能なインスタンスがビルドされ、テストされると、デプロイの準備が整います。スケジュールに沿ってコードをデプロイするようにパイプラインを設定し、選択した顧客グループまたはすべての顧客に製品をロールアウトするかを選択します。さらに、問題が発生した場合にリリースをロールバックするプロセスを自動化することもできます。\n\nそのため、最適な設定を決めた上で、CI/CDパイプラインの一部として自動化できます。\n",{"id":103},"ci-cd-pipeline-stages",{"type":84,"componentName":84,"componentContent":105},{"header":55,"text":106,"config":107},"DevOpsプロセスにCI/CDを導入する際に使用できるCI/CDパイプラインツールは数多くあります。以下はその一例です。\n\n- GitLab CI/CD\n- AutoDevOps\n- ChatOps\n- Docker\n- Kubernetes\n- OpenID Connect\n- Bitbucket Cloud\n- GitLab Runner\n- SSHキー\n- 機能フラグ\n- ユーザー認証テスト（UAT）\n",{"id":108},"ci-cd-pipeline-tools",{"type":84,"componentName":84,"componentContent":110},{"header":59,"text":111,"config":112},"どのCI/CDパイプラインも同じように構築されているわけではありません。開発サイクル全体にわたって包括的なフィードバックを提供し、正確で信頼性の高い製品を迅速に開発できるようにすることが目的であるため、正確性、信頼性、スピードが効果的なパイプラインの核となります。その理由を以下にご説明します。\n- **スピード**：継続的インテグレーションは、即座にフィードバックを得られるよう迅速に実施される必要があります。そうでなければフローが中断され、生産性が低下します\n- **精度**：デプロイプロセスを自動化する際は、人為的な干渉を避けるために正確さが求められます\n- **信頼性**：パイプラインは、完璧なテストコードと安定した出力により、信頼できるものでなければなりません\n",{"id":113},"what-makes-a-good-ci-cd-pipeline",{"type":84,"componentName":84,"componentContent":115},{"header":63,"text":116,"config":117},"CI/CDパイプライン図の一例は以下のとおりです。\n- **ソースコード管理**：GitLab上でコードをホストし、アプリケーションを主要なソフトウェアやサービスと統合する- **CI/CD**：GitLab CI/CDを使ってすべてのコードをコミットし、ビルドし、必要なテストを実行する- **ユーザー認証テスト（UAT）へのコードのデプロイ**：UATサーバーにコードをデプロイするために、GitLab CI/CDを設定する\n- **本番環境へのデプロイ**：CI/CDを繰り返し行って、UATにコードをデプロイする\n",{"id":118},"ci-cd-pipeline-example",{"type":84,"componentName":84,"componentContent":120},{"header":67,"text":121,"config":122},"CI/CDパイプラインを採用することで、以下のような明確なメリットが得られます。\n- ビルドとテストプロセスの簡素化\n- コードの品質と一貫性の向上\n- コミュニケーションの効率化\n- ソフトウェアデリバリープロセスの大部分の自動化\n- 迅速なフィードバックの促進\n- 製品の可視性の向上\n- 手作業によるエラーの迅速な修正\n- 人件費の削減\n- 開発ライフサイクルにかかる時間の短縮\n- エンジニアと顧客との間のフィードバックループの高速化を促進\n- テストの自動化によるコストの削減、およびエンドユーザー側で発生する問題の最小化\n",{"id":123},"why-should-it-leaders-use-ci-cd-pipelines",{"type":84,"componentName":84,"componentContent":125},{"header":71,"text":126,"config":127},"[GitLab](/why-gitlab/){data-ga-name=\"why is everyone moving to gitlab\" data-ga-location=\"body\"}は、最も人気のあるDevOpsツールの1つで、これまで以上に登録者数が伸びています。約3,000万人の人々がGitLabを利用していて、その数は伸び続けています。GitLabが選ばれる理由をいくつかご紹介します。\n1. GitLabには実質セットアップが必要ない統合ツールが付随しているため、CI/CDにかけては、他の主要なリポジトリよりも優れていると言えます。\n2. GitLabでは、400分のコンピューティング時間を無料で提供しています。\n3. ボトルネックを回避することで、デプロイを加速できる分析ツールを無料で提供しています。\n4. GitLabはオープンソースであるため、プライベートサーバーにプラットフォームをインストールできます。\n5. イシュー追跡機能は広範で充実しており、効果的なコミュニケーションを促進します。\n6. GitLabはコードのエクスポートとインポートを行うのに最適なツールです。[包括的なドキュメント](https://docs.gitlab.com/ee/user/project/settings/import_export.html?_gl=1*zdn8nq*_ga*NzU4NzU3NzE3LjE2NzgyMDE2MTc.*_ga_ENFH3X7M5Y*MTY4MDExOTYyOC41Mi4xLjE2ODAxMjQ2MDguMC4wLjA.)によりプロセスを詳しく確認できるため、将来的にも使い続けられるビルドを開発できます。\n",{"id":128},"why-is-everyone-moving-to-git-lab",{"type":84,"componentName":84,"componentContent":130},{"header":75,"text":131,"config":132},"継続的インテグレーションパイプラインは、すべてのコード変更が確実に同じプロセスで行われるようにすることで、コード品質を向上させます。コードの変更は、同じ共有コードリポジトリにコミットされている他の変更と照らし合わせて検証されます。テストとビルドを自動化することで、人為的エラーの可能性が減るため、イテレーションがスピードアップし、コードの品質が向上します。\n",{"id":133},"how-ci-cd-pipelines-support-dev-ops-teams",{"type":84,"componentName":84,"componentContent":135},{"header":79,"text":136,"config":137},"本格的なCI/CDパイプラインを確立し、特に継続的なデプロイパイプラインを組み込むことで、ソフトウェア開発プロジェクトの効率性と信頼性が大幅に向上します。このタイプのパイプラインは、ブランチへの各コミットからデプロイまでのジョブの実行を自動化することで、すべての変更が徹底的にテストされ、統合されるようにします。このような自動化により、CI/CDツールの強力な機能を活用して、コードリポジトリ全体のプロセスを効率化できます。\n\nこれにより、開発サイクルのスピードアップだけでなく、高いコード品質基準を維持できるため、各コミットがプロジェクトの成果にプラスに寄与することが保証されます。\n",{"id":138},"conclusion",{"type":140,"componentName":140,"componentContent":141},"CommonResourcesContainer",{"header":142,"tabs":143},"最適化された継続的インテグレーションの詳細をご紹介",[144],{"name":145,"items":146,"config":176},"resources",[147,158,168],{"header":148,"type":149,"image":150,"link":153},"継続的ソフトウェア開発を極める","ウェブキャスト",{"altText":148,"config":151},{"src":152},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157558/Website/Topics/resources_11.jpg",{"text":154,"config":155},"詳細はこちら",{"href":156,"icon":157,"modal":6},"/webcast/mastering-ci-cd/","Webcast",{"header":159,"type":160,"image":161,"link":164},"大規模な継続的インテグレーションとデリバリー","書籍",{"altText":159,"config":162},{"src":163},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158268/Website/Topics/resources_5.jpg",{"text":154,"config":165},{"href":166,"icon":167,"modal":6},"/resources/scaled-ci-cd/","Ebook",{"header":169,"type":160,"image":170,"link":173},"CI/CDのモダナイゼーション",{"altText":169,"config":171},{"src":172},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158268/Website/Topics/resources_2.jpg",{"text":154,"config":174},{"href":175,"icon":167,"modal":6},"/resources/ebook-fuel-growth-cicd/",{"key":145},{"type":178,"componentName":178},"CommonNextSteps","content:ja-jp:topics:ci-cd:cicd-pipeline:index.yml","yaml","content","ja-jp/topics/ci-cd/cicd-pipeline/index.yml","ja-jp/topics/ci-cd/cicd-pipeline/index","yml",{"_path":186,"_dir":187,"_draft":6,"_partial":6,"_locale":7,"data":188,"_id":594,"_type":180,"title":595,"_source":181,"_file":596,"_stem":597,"_extension":184},"/shared/ja-jp/main-navigation","ja-jp",{"logo":189,"freeTrial":194,"sales":199,"login":204,"items":209,"search":538,"minimal":572,"duo":585},{"config":190},{"href":191,"dataGaName":192,"dataGaLocation":193},"/ja-jp/","gitlab logo","header",{"text":195,"config":196},"無料トライアルを開始",{"href":197,"dataGaName":198,"dataGaLocation":193},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":200,"config":201},"お問い合わせ",{"href":202,"dataGaName":203,"dataGaLocation":193},"/ja-jp/sales/","sales",{"text":205,"config":206},"サインイン",{"href":207,"dataGaName":208,"dataGaLocation":193},"https://gitlab.com/users/sign_in/","sign in",[210,253,350,355,460,520],{"text":211,"config":212,"cards":214,"footer":236},"プラットフォーム",{"dataNavLevelOne":213},"platform",[215,221,229],{"title":211,"description":216,"link":217},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":218,"config":219},"プラットフォームを詳しく見る",{"href":220,"dataGaName":213,"dataGaLocation":193},"/ja-jp/platform/",{"title":222,"description":223,"link":224},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":225,"config":226},"GitLab Duoのご紹介",{"href":227,"dataGaName":228,"dataGaLocation":193},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":230,"description":231,"link":232},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":154,"config":233},{"href":234,"dataGaName":235,"dataGaLocation":193},"/ja-jp/why-gitlab/","why gitlab",{"title":237,"items":238},"利用を開始：",[239,244,249],{"text":240,"config":241},"プラットフォームエンジニアリング",{"href":242,"dataGaName":243,"dataGaLocation":193},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":245,"config":246},"開発者の経験",{"href":247,"dataGaName":248,"dataGaLocation":193},"/ja-jp/developer-experience/","Developer experience",{"text":250,"config":251},"MLOps",{"href":252,"dataGaName":250,"dataGaLocation":193},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":254,"left":255,"config":256,"link":258,"lists":262,"footer":332},"製品",true,{"dataNavLevelOne":257},"solutions",{"text":259,"config":260},"すべてのソリューションを表示",{"href":261,"dataGaName":257,"dataGaLocation":193},"/ja-jp/solutions/",[263,288,310],{"title":264,"description":265,"link":266,"items":271},"自動化","CI/CDと自動化でデプロイを加速",{"config":267},{"icon":268,"href":269,"dataGaName":270,"dataGaLocation":193},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[272,275,279,284],{"text":21,"config":273},{"href":274,"dataGaLocation":193,"dataGaName":21},"/ja-jp/solutions/continuous-integration/",{"text":276,"config":277},"AIアシストによる開発",{"href":227,"dataGaLocation":193,"dataGaName":278},"AI assisted development",{"text":280,"config":281},"ソースコード管理",{"href":282,"dataGaLocation":193,"dataGaName":283},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":285,"config":286},"自動化されたソフトウェアデリバリー",{"href":269,"dataGaLocation":193,"dataGaName":287},"Automated software delivery",{"title":289,"description":290,"link":291,"items":296},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":292},{"href":293,"dataGaName":294,"dataGaLocation":193,"icon":295},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[297,301,306],{"text":298,"config":299},"Application Security Testing",{"href":293,"dataGaName":300,"dataGaLocation":193},"Application security testing",{"text":302,"config":303},"ソフトウェアサプライチェーンの安全性",{"href":304,"dataGaLocation":193,"dataGaName":305},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":307,"config":308},"Software Compliance",{"href":309,"dataGaName":307,"dataGaLocation":193},"/ja-jp/solutions/software-compliance/",{"title":311,"link":312,"items":317},"測定",{"config":313},{"icon":314,"href":315,"dataGaName":316,"dataGaLocation":193},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[318,322,327],{"text":319,"config":320},"可視性と測定",{"href":315,"dataGaLocation":193,"dataGaName":321},"Visibility and Measurement",{"text":323,"config":324},"バリューストリーム管理",{"href":325,"dataGaLocation":193,"dataGaName":326},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":328,"config":329},"分析とインサイト",{"href":330,"dataGaLocation":193,"dataGaName":331},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":333,"items":334},"GitLabが活躍する場所",[335,340,345],{"text":336,"config":337},"Enterprise",{"href":338,"dataGaLocation":193,"dataGaName":339},"/ja-jp/enterprise/","enterprise",{"text":341,"config":342},"スモールビジネス",{"href":343,"dataGaLocation":193,"dataGaName":344},"/ja-jp/small-business/","small business",{"text":346,"config":347},"公共機関",{"href":348,"dataGaLocation":193,"dataGaName":349},"/ja-jp/solutions/public-sector/","public sector",{"text":351,"config":352},"価格",{"href":353,"dataGaName":354,"dataGaLocation":193,"dataNavLevelOne":354},"/ja-jp/pricing/","pricing",{"text":356,"config":357,"link":358,"lists":362,"feature":447},"関連リソース",{"dataNavLevelOne":145},{"text":359,"config":360},"すべてのリソースを表示",{"href":361,"dataGaName":145,"dataGaLocation":193},"/ja-jp/resources/",[363,396,419],{"title":364,"items":365},"はじめに",[366,371,376,381,386,391],{"text":367,"config":368},"インストール",{"href":369,"dataGaName":370,"dataGaLocation":193},"/ja-jp/install/","install",{"text":372,"config":373},"クイックスタートガイド",{"href":374,"dataGaName":375,"dataGaLocation":193},"/ja-jp/get-started/","quick setup checklists",{"text":377,"config":378},"学ぶ",{"href":379,"dataGaLocation":193,"dataGaName":380},"https://university.gitlab.com/","learn",{"text":382,"config":383},"製品ドキュメント",{"href":384,"dataGaName":385,"dataGaLocation":193},"https://docs.gitlab.com/","product documentation",{"text":387,"config":388},"ベストプラクティスビデオ",{"href":389,"dataGaName":390,"dataGaLocation":193},"/ja-jp/getting-started-videos/","best practice videos",{"text":392,"config":393},"インテグレーション",{"href":394,"dataGaName":395,"dataGaLocation":193},"/ja-jp/integrations/","integrations",{"title":397,"items":398},"検索する",[399,404,409,414],{"text":400,"config":401},"お客様成功事例",{"href":402,"dataGaName":403,"dataGaLocation":193},"/ja-jp/customers/","customer success stories",{"text":405,"config":406},"ブログ",{"href":407,"dataGaName":408,"dataGaLocation":193},"/ja-jp/blog/","blog",{"text":410,"config":411},"リモート",{"href":412,"dataGaName":413,"dataGaLocation":193},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":415,"config":416},"TeamOps",{"href":417,"dataGaName":418,"dataGaLocation":193},"/ja-jp/teamops/","teamops",{"title":420,"items":421},"つなげる",[422,427,432,437,442],{"text":423,"config":424},"GitLabサービス",{"href":425,"dataGaName":426,"dataGaLocation":193},"/ja-jp/services/","services",{"text":428,"config":429},"コミュニティ",{"href":430,"dataGaName":431,"dataGaLocation":193},"/community/","community",{"text":433,"config":434},"フォーラム",{"href":435,"dataGaName":436,"dataGaLocation":193},"https://forum.gitlab.com/","forum",{"text":438,"config":439},"イベント",{"href":440,"dataGaName":441,"dataGaLocation":193},"/events/","events",{"text":443,"config":444},"パートナー",{"href":445,"dataGaName":446,"dataGaLocation":193},"/ja-jp/partners/","partners",{"backgroundColor":448,"textColor":449,"text":450,"image":451,"link":455},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":452,"config":453},"ソースプロモカード",{"src":454},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":456,"config":457},"最新情報を読む",{"href":458,"dataGaName":459,"dataGaLocation":193},"/ja-jp/the-source/","the source",{"text":461,"config":462,"lists":464},"会社情報",{"dataNavLevelOne":463},"company",[465],{"items":466},[467,472,478,480,485,490,495,500,505,510,515],{"text":468,"config":469},"GitLabについて",{"href":470,"dataGaName":471,"dataGaLocation":193},"/ja-jp/company/","about",{"text":473,"config":474,"footerGa":477},"採用情報",{"href":475,"dataGaName":476,"dataGaLocation":193},"/jobs/","jobs",{"dataGaName":476},{"text":438,"config":479},{"href":440,"dataGaName":441,"dataGaLocation":193},{"text":481,"config":482},"経営陣",{"href":483,"dataGaName":484,"dataGaLocation":193},"/company/team/e-group/","leadership",{"text":486,"config":487},"チーム",{"href":488,"dataGaName":489,"dataGaLocation":193},"/company/team/","team",{"text":491,"config":492},"ハンドブック",{"href":493,"dataGaName":494,"dataGaLocation":193},"https://handbook.gitlab.com/","handbook",{"text":496,"config":497},"投資家向け情報",{"href":498,"dataGaName":499,"dataGaLocation":193},"https://ir.gitlab.com/","investor relations",{"text":501,"config":502},"トラストセンター",{"href":503,"dataGaName":504,"dataGaLocation":193},"/ja-jp/security/","trust center",{"text":506,"config":507},"AI Transparency Center",{"href":508,"dataGaName":509,"dataGaLocation":193},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":511,"config":512},"ニュースレター",{"href":513,"dataGaName":514,"dataGaLocation":193},"/company/contact/","newsletter",{"text":516,"config":517},"プレス",{"href":518,"dataGaName":519,"dataGaLocation":193},"/press/","press",{"text":200,"config":521,"lists":522},{"dataNavLevelOne":463},[523],{"items":524},[525,528,533],{"text":200,"config":526},{"href":202,"dataGaName":527,"dataGaLocation":193},"talk to sales",{"text":529,"config":530},"サポートを受ける",{"href":531,"dataGaName":532,"dataGaLocation":193},"/support/","get help",{"text":534,"config":535},"カスタマーポータル",{"href":536,"dataGaName":537,"dataGaLocation":193},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":539,"login":540,"suggestions":547},"閉じる",{"text":541,"link":542},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":543,"config":544},"GitLab.com",{"href":207,"dataGaName":545,"dataGaLocation":546},"search login","search",{"text":548,"default":549},"提案",[550,553,558,560,564,568],{"text":222,"config":551},{"href":227,"dataGaName":552,"dataGaLocation":546},"GitLab Duo (AI)",{"text":554,"config":555},"コード提案（AI）",{"href":556,"dataGaName":557,"dataGaLocation":546},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":21,"config":559},{"href":274,"dataGaName":21,"dataGaLocation":546},{"text":561,"config":562},"GitLab on AWS",{"href":563,"dataGaName":561,"dataGaLocation":546},"/ja-jp/partners/technology-partners/aws/",{"text":565,"config":566},"GitLab on Google Cloud",{"href":567,"dataGaName":565,"dataGaLocation":546},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":569,"config":570},"GitLabを選ぶ理由",{"href":234,"dataGaName":571,"dataGaLocation":546},"Why GitLab?",{"freeTrial":573,"mobileIcon":577,"desktopIcon":582},{"text":195,"config":574},{"href":575,"dataGaName":198,"dataGaLocation":576},"https://gitlab.com/-/trials/new/","nav",{"altText":578,"config":579},"GitLabアイコン",{"src":580,"dataGaName":581,"dataGaLocation":576},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":578,"config":583},{"src":584,"dataGaName":581,"dataGaLocation":576},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":586,"mobileIcon":590,"desktopIcon":592},{"text":587,"config":588},"GitLab Duoの詳細について",{"href":227,"dataGaName":589,"dataGaLocation":576},"gitlab duo",{"altText":578,"config":591},{"src":580,"dataGaName":581,"dataGaLocation":576},{"altText":578,"config":593},{"src":584,"dataGaName":581,"dataGaLocation":576},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":599,"_dir":187,"_draft":6,"_partial":6,"_locale":7,"title":600,"button":601,"config":606,"_id":608,"_type":180,"_source":181,"_file":609,"_stem":610,"_extension":184},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":602,"config":603},"ベータ版を試す",{"href":604,"dataGaName":605,"dataGaLocation":193},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":607},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":612,"_dir":187,"_draft":6,"_partial":6,"_locale":7,"data":613,"_id":817,"_type":180,"title":818,"_source":181,"_file":819,"_stem":820,"_extension":184},"/shared/ja-jp/main-footer",{"text":614,"source":615,"edit":621,"contribute":626,"config":631,"items":636,"minimal":809},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":616,"config":617},"ページのソースを表示",{"href":618,"dataGaName":619,"dataGaLocation":620},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":622,"config":623},"このページを編集",{"href":624,"dataGaName":625,"dataGaLocation":620},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":627,"config":628},"ご協力をお願いします",{"href":629,"dataGaName":630,"dataGaLocation":620},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":632,"facebook":633,"youtube":634,"linkedin":635},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[637,660,714,746,781],{"title":211,"links":638,"subMenu":643},[639],{"text":640,"config":641},"DevSecOpsプラットフォーム",{"href":220,"dataGaName":642,"dataGaLocation":620},"devsecops platform",[644],{"title":351,"links":645},[646,650,655],{"text":647,"config":648},"プランの表示",{"href":353,"dataGaName":649,"dataGaLocation":620},"view plans",{"text":651,"config":652},"Premiumを選ぶ理由",{"href":653,"dataGaName":654,"dataGaLocation":620},"/ja-jp/pricing/premium/","why premium",{"text":656,"config":657},"Ultimateを選ぶ理由",{"href":658,"dataGaName":659,"dataGaLocation":620},"/ja-jp/pricing/ultimate/","why ultimate",{"title":661,"links":662},"ソリューション",[663,668,671,673,678,683,687,690,693,698,700,702,704,709],{"text":664,"config":665},"デジタルトランスフォーメーション",{"href":666,"dataGaName":667,"dataGaLocation":620},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":669,"config":670},"セキュリティとコンプライアンス",{"href":293,"dataGaName":300,"dataGaLocation":620},{"text":285,"config":672},{"href":269,"dataGaName":270,"dataGaLocation":620},{"text":674,"config":675},"アジャイル開発",{"href":676,"dataGaName":677,"dataGaLocation":620},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":679,"config":680},"クラウドトランスフォーメーション",{"href":681,"dataGaName":682,"dataGaLocation":620},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":684,"config":685},"SCM",{"href":282,"dataGaName":686,"dataGaLocation":620},"source code management",{"text":21,"config":688},{"href":274,"dataGaName":689,"dataGaLocation":620},"continuous integration & delivery",{"text":323,"config":691},{"href":325,"dataGaName":692,"dataGaLocation":620},"value stream management",{"text":694,"config":695},"GitOps",{"href":696,"dataGaName":697,"dataGaLocation":620},"/ja-jp/solutions/gitops/","gitops",{"text":336,"config":699},{"href":338,"dataGaName":339,"dataGaLocation":620},{"text":341,"config":701},{"href":343,"dataGaName":344,"dataGaLocation":620},{"text":346,"config":703},{"href":348,"dataGaName":349,"dataGaLocation":620},{"text":705,"config":706},"教育",{"href":707,"dataGaName":708,"dataGaLocation":620},"/ja-jp/solutions/education/","education",{"text":710,"config":711},"金融サービス",{"href":712,"dataGaName":713,"dataGaLocation":620},"/ja-jp/solutions/finance/","financial services",{"title":356,"links":715},[716,718,720,722,725,727,730,732,734,736,738,740,742,744],{"text":367,"config":717},{"href":369,"dataGaName":370,"dataGaLocation":620},{"text":372,"config":719},{"href":374,"dataGaName":375,"dataGaLocation":620},{"text":377,"config":721},{"href":379,"dataGaName":380,"dataGaLocation":620},{"text":382,"config":723},{"href":384,"dataGaName":724,"dataGaLocation":620},"docs",{"text":405,"config":726},{"href":407,"dataGaName":408},{"text":728,"config":729},"お客様の成功事例",{"href":402,"dataGaLocation":620},{"text":400,"config":731},{"href":402,"dataGaName":403,"dataGaLocation":620},{"text":410,"config":733},{"href":412,"dataGaName":413,"dataGaLocation":620},{"text":423,"config":735},{"href":425,"dataGaName":426,"dataGaLocation":620},{"text":415,"config":737},{"href":417,"dataGaName":418,"dataGaLocation":620},{"text":428,"config":739},{"href":430,"dataGaName":431,"dataGaLocation":620},{"text":433,"config":741},{"href":435,"dataGaName":436,"dataGaLocation":620},{"text":438,"config":743},{"href":440,"dataGaName":441,"dataGaLocation":620},{"text":443,"config":745},{"href":445,"dataGaName":446,"dataGaLocation":620},{"title":747,"links":748},"Company",[749,751,753,755,757,759,761,765,770,772,774,776],{"text":468,"config":750},{"href":470,"dataGaName":463,"dataGaLocation":620},{"text":473,"config":752},{"href":475,"dataGaName":476,"dataGaLocation":620},{"text":481,"config":754},{"href":483,"dataGaName":484,"dataGaLocation":620},{"text":486,"config":756},{"href":488,"dataGaName":489,"dataGaLocation":620},{"text":491,"config":758},{"href":493,"dataGaName":494,"dataGaLocation":620},{"text":496,"config":760},{"href":498,"dataGaName":499,"dataGaLocation":620},{"text":762,"config":763},"Sustainability",{"href":764,"dataGaName":762,"dataGaLocation":620},"/sustainability/",{"text":766,"config":767},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":768,"dataGaName":769,"dataGaLocation":620},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":501,"config":771},{"href":503,"dataGaName":504,"dataGaLocation":620},{"text":511,"config":773},{"href":513,"dataGaName":514,"dataGaLocation":620},{"text":516,"config":775},{"href":518,"dataGaName":519,"dataGaLocation":620},{"text":777,"config":778},"現代奴隷制の透明性に関する声明",{"href":779,"dataGaName":780,"dataGaLocation":620},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":200,"links":782},[783,785,787,789,794,799,804],{"text":200,"config":784},{"href":202,"dataGaName":203,"dataGaLocation":620},{"text":529,"config":786},{"href":531,"dataGaName":532,"dataGaLocation":620},{"text":534,"config":788},{"href":536,"dataGaName":537,"dataGaLocation":620},{"text":790,"config":791},"ステータス",{"href":792,"dataGaName":793,"dataGaLocation":620},"https://status.gitlab.com/","status",{"text":795,"config":796},"利用規約",{"href":797,"dataGaName":798,"dataGaLocation":620},"/terms/","terms of use",{"text":800,"config":801},"プライバシーに関する声明",{"href":802,"dataGaName":803,"dataGaLocation":620},"/ja-jp/privacy/","privacy statement",{"text":805,"config":806},"Cookieの設定",{"dataGaName":807,"dataGaLocation":620,"id":808,"isOneTrustButton":255},"cookie preferences","ot-sdk-btn",{"items":810},[811,813,815],{"text":795,"config":812},{"href":797,"dataGaName":798,"dataGaLocation":620},{"text":800,"config":814},{"href":802,"dataGaName":803,"dataGaLocation":620},{"text":805,"config":816},{"dataGaName":807,"dataGaLocation":620,"id":808,"isOneTrustButton":255},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":822,"_dir":187,"_draft":6,"_partial":6,"_locale":7,"header":823,"eyebrow":824,"blurb":825,"button":826,"secondaryButton":830,"_id":832,"_type":180,"title":833,"_source":181,"_file":834,"_stem":835,"_extension":184},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":195,"config":827},{"href":828,"dataGaName":198,"dataGaLocation":829},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":200,"config":831},{"href":202,"dataGaName":203,"dataGaLocation":829},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":837,"content":838,"_id":179,"_type":180,"title":7,"_source":181,"_file":182,"_stem":183,"_extension":184},{"title":9,"description":10},[839,847,850,910,931],{"type":13,"componentName":13,"componentContent":840},{"crumbs":841},[842,844,846],{"title":17,"config":843},{"href":19},{"title":21,"config":845},{"href":23},{"title":25},{"type":27,"componentName":27,"componentContent":848},{"title":9,"text":29,"config":849},{"id":31,"twoColumns":6},{"type":33,"componentName":33,"componentContent":851},{"anchors":852,"components":876},{"text":36,"data":853},[854,856,858,860,862,864,866,868,870,872,874],{"text":39,"config":855},{"href":41},{"text":43,"config":857},{"href":45},{"text":47,"config":859},{"href":49},{"text":51,"config":861},{"href":53},{"text":55,"config":863},{"href":57},{"text":59,"config":865},{"href":61},{"text":63,"config":867},{"href":65},{"text":67,"config":869},{"href":69},{"text":71,"config":871},{"href":73},{"text":75,"config":873},{"href":77},{"text":79,"config":875},{"href":81},[877,880,883,886,889,892,895,898,901,904,907],{"type":84,"componentName":84,"componentContent":878},{"header":39,"text":86,"config":879},{"id":88},{"type":84,"componentName":84,"componentContent":881},{"header":43,"text":91,"config":882},{"id":93},{"type":84,"componentName":84,"componentContent":884},{"header":47,"text":96,"config":885},{"id":98},{"type":84,"componentName":84,"componentContent":887},{"header":51,"text":101,"config":888},{"id":103},{"type":84,"componentName":84,"componentContent":890},{"header":55,"text":106,"config":891},{"id":108},{"type":84,"componentName":84,"componentContent":893},{"header":59,"text":111,"config":894},{"id":113},{"type":84,"componentName":84,"componentContent":896},{"header":63,"text":116,"config":897},{"id":118},{"type":84,"componentName":84,"componentContent":899},{"header":67,"text":121,"config":900},{"id":123},{"type":84,"componentName":84,"componentContent":902},{"header":71,"text":126,"config":903},{"id":128},{"type":84,"componentName":84,"componentContent":905},{"header":75,"text":131,"config":906},{"id":133},{"type":84,"componentName":84,"componentContent":908},{"header":79,"text":136,"config":909},{"id":138},{"type":140,"componentName":140,"componentContent":911},{"header":142,"tabs":912},[913],{"name":145,"items":914,"config":930},[915,920,925],{"header":148,"type":149,"image":916,"link":918},{"altText":148,"config":917},{"src":152},{"text":154,"config":919},{"href":156,"icon":157,"modal":6},{"header":159,"type":160,"image":921,"link":923},{"altText":159,"config":922},{"src":163},{"text":154,"config":924},{"href":166,"icon":167,"modal":6},{"header":169,"type":160,"image":926,"link":928},{"altText":169,"config":927},{"src":172},{"text":154,"config":929},{"href":175,"icon":167,"modal":6},{"key":145},{"type":178,"componentName":178},1762754863171]