[{"data":1,"prerenderedAt":872},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/pipeline-as-code":3,"navigation-ja-jp":146,"banner-ja-jp":559,"footer-ja-jp":572,"next-steps-ja-jp":782,"footer-source-/ja-jp/topics/ci-cd/pipeline-as-code/":797},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":140,"_type":141,"title":7,"_source":142,"_file":143,"_stem":144,"_extension":145},"/ja-jp/topics/ci-cd/pipeline-as-code","ci-cd",false,"",{"title":9,"description":10},"「Pipeline as Code」とは？","「Pipeline as Code」では、Gitなどのソースコードを使用して継続的インテグレーションのパイプラインを作成します。「Pipeline as Code」のメリットに加え、ビルドの設定やテストの自動化にどのように活用できるかを学びましょう。",[12,26,32,66,138],{"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},"Pipeline as code",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"title":9,"text":29,"config":30},"「Pipeline as Code」は、Gitなどのソースコードを用いてデプロイパイプラインを定義する方法です。これは、Infrastructure as Codeをはじめとする、多岐にわたる「as Code」の流れの一環です。\n",{"id":31,"twoColumns":6},"「pipeline-as-code」とは？",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":46},{"text":36,"data":37},"On this page",[38,42],{"text":39,"config":40},"「Pipeline as Code」",{"href":41},"#pipeline-as-code",{"text":43,"config":44},"まとめ",{"href":45},"#conclusion",[47,53,58],{"type":48,"componentName":48,"componentContent":49},"TopicsCopy",{"header":39,"text":50,"config":51},"\n「Pipeline as Code」を使用すると、一元化されたソースリポジトリに保存された、追跡可能なコードを用いてビルド、テスト、デプロイの設定を行えます。チームは、宣言型の[YAML](https://about.gitlab.com/blog/three-yaml-tips-better-pipelines/)アプローチか、JenkinsやGroovyなどのベンダー固有のプログラミング言語を使用できますが、どちらの場合でも前提は変わりません。\n\nPipeline as Codeのファイルには、パイプラインにより実行されるステージ、ジョブ、アクションを指定します。ファイルはバージョン管理されるため、パイプラインコードを変更した場合、対応するアプリケーションリリースのブランチでテストできます。\n\n[継続的インテグレーションのパイプライン](https://about.gitlab.com/blog/guide-to-ci-cd-pipelines/)を作成するPipeline as Codeモデルは、業界におけるベストプラクティスとなっているものの、以前はデプロイパイプラインがまったく異なる方法で作成されていました。\n\n初期の[継続的インテグレーション](/topics/ci-cd/)では、ポイントアンドクリック、またはグラフィカルユーザーインターフェイス（GUI）を用いてデプロイパイプラインを設定していました。しかし、これにより以下のようないくつかの課題が生じていました。\n\n* 監査は、既に組み込まれているものに限定されていた\n\n* デベロッパーが共同作業を行えていなかった\n\n* 問題のトラブルシューティングを行うのが難しかった\n\n* 前回の構成への変更のロールバックを行いにくかった\n\n* パイプラインが壊れやすかった\n\n### Pipeline as Codeのメリットとは？{#what-are-the-benefits-of-pipeline-as-code}\n\nPipeline as Codeモデルにより、上記の課題の多くが解決され、チームが効率的に実行するために必要としていた柔軟性が実現されました。\n\nPipeline as Codeには、他の「as Code」モデルと[同様のメリット](https://martinfowler.com/bliki/InfrastructureAsCode.html)が多数あります。以下はその一例です。\n\n* **[バージョン管理](https://about.gitlab.com/topics/version-control/)**：変更は追跡可能であり、チームは前回の構成にロールバックできます。\n\n* **監査証跡**：デベロッパーは、ソースコードにいつどのような理由で変更が加えられたのかを確認できます。\n\n* **コラボレーションのしやすさ**：コードを閲覧可能であり、改善や提案、更新を行えます。\n\n* **知識の共有**：デベロッパーはベストプラクティスの共有、テンプレートのインポート、コードスニペットのリンクを行えるため、チーム間で学び合うことができます。\n\nPipeline as Codeには、次のような運用上のメリットと実用的なメリットがあります。\n\n1. CIパイプラインとアプリケーションコードが、同じソースリポジトリに保存されています。つまり、チームが必要とするすべての情報が同じ場所にあります。\n\n2. デベロッパーは、追加の権限を必要とすることなく、変更を加えることができ、これまで使ってきたツールを用いて作業を行えます。\n\n3. より効率的にチームが共同作業を行えます。常に情報がアクセス可能な状態であるということは、チームが協働して、決定事項をもとにアクションを起こせることを意味します。\n\n4. パイプラインを変更した場合、コードレビュープロセスを経る必要があるため、パイプラインの統合が破損することはありません。\n\n5. デプロイパイプラインは、継続的インテグレーション用ツールとは別のバージョンコントロールシステムにあります。そのため、継続的インテグレーションシステムが停止した場合でも、パイプラインを復元できます。後でCIツールを変えたい場合でも、新しいシステムにパイプラインを移行することが可能です。\n\n「Pipeline as Code」モデルは、デベロッパーがより効率的にアプリケーションを構築できるよう、自動化されたプロセスを作成します。[ソースリポジトリ](https://docs.gitlab.com/ee/user/project/repository/)にあらゆる情報が文書化されることで、可視化とコラボレーションが促進されるため、誰でも継続的にプロセスを改善できます。\n\n### CI/CDの利用を開始する {#get-started-with-cicd}\n\n\u003Ciframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/sIegJaLy2ug\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen>\u003C/iframe>\n",{"id":52},"pipeline-as-code",{"type":48,"componentName":48,"componentContent":54},{"header":43,"text":55,"config":56},"「Pipeline as Code」を採用すると、特にDevOpsチームの開発プロセスが大幅に向上します。このアプローチでは、コードリポジトリ内でデプロイパイプライン全体を設定するため、管理が楽になるだけでなく、より協調的で透明性の高い環境が育まれます。Pipeline as Codeに固有のバージョン管理機能により、徹底的な監査と以前の構成への容易なロールバックが可能になり、セキュリティと信頼性の両方が向上します。\n\nPipeline as Codeを実践することで、チームは開発サイクルを効率的に進めて、パイプライン開発とデプロイの各ステージの堅牢性を確保するとともに十分に文書化できるため、結果として効率化され、エラーに強いオペレーションを実現できます。\n",{"id":57},"conclusion",{"type":59,"componentName":59,"componentContent":60},"TopicsCallToAction",{"title":61,"primaryButton":62},"Auto DevOpsとは？",{"text":63,"config":64},"詳細はこちら",{"href":65},"https://docs.gitlab.com/ee/topics/autodevops/",{"type":67,"componentName":67,"componentContent":68},"CommonResourcesContainer",{"header":69,"tabs":70},"おすすめのコンテンツ",[71],{"name":72,"items":73,"config":137},"resources",[74,84,94,102,112,121,129],{"header":75,"type":76,"image":77,"link":80},"継続的ソフトウェア開発を極める","ウェブキャスト",{"altText":75,"config":78},{"src":79},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159368/Website/Topics/drupalassoc_cover.jpg",{"text":63,"config":81},{"href":82,"icon":83,"modal":6},"/webcast/mastering-ci-cd/","Webcast",{"header":85,"type":86,"image":87,"link":90},"大規模な継続的インテグレーションとデリバリー","ホワイトペーパー",{"altText":85,"config":88},{"src":89},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159377/Website/Topics/covermga.jpg",{"text":63,"config":91},{"href":92,"icon":93,"modal":6},"/resources/scaled-ci-cd/","Whitepapers",{"header":95,"type":86,"image":96,"link":99},"単一アプリケーションによるCI/CDのメリット",{"altText":95,"config":97},{"src":98},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159360/Website/Topics/cover_image_regenhu.jpg",{"text":63,"config":100},{"href":101,"icon":93,"modal":6},"/resources/ebook-single-app-cicd/",{"header":103,"type":104,"image":105,"link":108},"Paessler社がGitLab Premiumを使用して毎日最大50回デプロイする方法","ケーススタディ",{"altText":103,"config":106},{"src":107},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159386/Website/Topics/paessler-case-study-image.png",{"text":63,"config":109},{"href":110,"icon":111,"modal":6},"/customers/paessler-prtg/","CaseStudy",{"header":113,"type":114,"image":115,"link":118},"マルチプロジェクトパイプラインを使用して複数のリポジトリ間のやり取りを効率化する方法","Web",{"altText":113,"config":116},{"src":117},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159343/Website/Topics/customers-link.jpg",{"text":63,"config":119},{"href":120,"icon":114,"modal":6},"/blog/use-multiproject-pipelines-with-gitlab-cicd/",{"header":122,"type":114,"image":123,"link":126},"CI/CDがもたらす4つのメリット",{"altText":122,"config":124},{"src":125},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159401/Website/Topics/hotjar.jpg",{"text":63,"config":127},{"href":128,"icon":114,"modal":6},"/blog/positive-outcomes-ci-cd/",{"header":130,"type":114,"image":131,"link":134},"CI/CDがもたらすビジネスへの影響",{"altText":130,"config":132},{"src":133},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158563/Website/Topics/modernize-cicd.jpg",{"text":63,"config":135},{"href":136,"icon":114,"modal":6},"/blog/business-impact-ci-cd/",{"key":72},{"type":139,"componentName":139},"CommonNextSteps","content:ja-jp:topics:ci-cd:pipeline-as-code:index.yml","yaml","content","ja-jp/topics/ci-cd/pipeline-as-code/index.yml","ja-jp/topics/ci-cd/pipeline-as-code/index","yml",{"_path":147,"_dir":148,"_draft":6,"_partial":6,"_locale":7,"data":149,"_id":555,"_type":141,"title":556,"_source":142,"_file":557,"_stem":558,"_extension":145},"/shared/ja-jp/main-navigation","ja-jp",{"logo":150,"freeTrial":155,"sales":160,"login":165,"items":170,"search":499,"minimal":533,"duo":546},{"config":151},{"href":152,"dataGaName":153,"dataGaLocation":154},"/ja-jp/","gitlab logo","header",{"text":156,"config":157},"無料トライアルを開始",{"href":158,"dataGaName":159,"dataGaLocation":154},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":161,"config":162},"お問い合わせ",{"href":163,"dataGaName":164,"dataGaLocation":154},"/ja-jp/sales/","sales",{"text":166,"config":167},"サインイン",{"href":168,"dataGaName":169,"dataGaLocation":154},"https://gitlab.com/users/sign_in/","sign in",[171,214,311,316,421,481],{"text":172,"config":173,"cards":175,"footer":197},"プラットフォーム",{"dataNavLevelOne":174},"platform",[176,182,190],{"title":172,"description":177,"link":178},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":179,"config":180},"プラットフォームを詳しく見る",{"href":181,"dataGaName":174,"dataGaLocation":154},"/ja-jp/platform/",{"title":183,"description":184,"link":185},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":186,"config":187},"GitLab Duoのご紹介",{"href":188,"dataGaName":189,"dataGaLocation":154},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":191,"description":192,"link":193},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":63,"config":194},{"href":195,"dataGaName":196,"dataGaLocation":154},"/ja-jp/why-gitlab/","why gitlab",{"title":198,"items":199},"利用を開始：",[200,205,210],{"text":201,"config":202},"プラットフォームエンジニアリング",{"href":203,"dataGaName":204,"dataGaLocation":154},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":206,"config":207},"開発者の経験",{"href":208,"dataGaName":209,"dataGaLocation":154},"/ja-jp/developer-experience/","Developer experience",{"text":211,"config":212},"MLOps",{"href":213,"dataGaName":211,"dataGaLocation":154},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":215,"left":216,"config":217,"link":219,"lists":223,"footer":293},"製品",true,{"dataNavLevelOne":218},"solutions",{"text":220,"config":221},"すべてのソリューションを表示",{"href":222,"dataGaName":218,"dataGaLocation":154},"/ja-jp/solutions/",[224,249,271],{"title":225,"description":226,"link":227,"items":232},"自動化","CI/CDと自動化でデプロイを加速",{"config":228},{"icon":229,"href":230,"dataGaName":231,"dataGaLocation":154},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[233,236,240,245],{"text":21,"config":234},{"href":235,"dataGaLocation":154,"dataGaName":21},"/ja-jp/solutions/continuous-integration/",{"text":237,"config":238},"AIアシストによる開発",{"href":188,"dataGaLocation":154,"dataGaName":239},"AI assisted development",{"text":241,"config":242},"ソースコード管理",{"href":243,"dataGaLocation":154,"dataGaName":244},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":246,"config":247},"自動化されたソフトウェアデリバリー",{"href":230,"dataGaLocation":154,"dataGaName":248},"Automated software delivery",{"title":250,"description":251,"link":252,"items":257},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":253},{"href":254,"dataGaName":255,"dataGaLocation":154,"icon":256},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[258,262,267],{"text":259,"config":260},"Application Security Testing",{"href":254,"dataGaName":261,"dataGaLocation":154},"Application security testing",{"text":263,"config":264},"ソフトウェアサプライチェーンの安全性",{"href":265,"dataGaLocation":154,"dataGaName":266},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":268,"config":269},"Software Compliance",{"href":270,"dataGaName":268,"dataGaLocation":154},"/ja-jp/solutions/software-compliance/",{"title":272,"link":273,"items":278},"測定",{"config":274},{"icon":275,"href":276,"dataGaName":277,"dataGaLocation":154},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[279,283,288],{"text":280,"config":281},"可視性と測定",{"href":276,"dataGaLocation":154,"dataGaName":282},"Visibility and Measurement",{"text":284,"config":285},"バリューストリーム管理",{"href":286,"dataGaLocation":154,"dataGaName":287},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":289,"config":290},"分析とインサイト",{"href":291,"dataGaLocation":154,"dataGaName":292},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":294,"items":295},"GitLabが活躍する場所",[296,301,306],{"text":297,"config":298},"Enterprise",{"href":299,"dataGaLocation":154,"dataGaName":300},"/ja-jp/enterprise/","enterprise",{"text":302,"config":303},"スモールビジネス",{"href":304,"dataGaLocation":154,"dataGaName":305},"/ja-jp/small-business/","small business",{"text":307,"config":308},"公共機関",{"href":309,"dataGaLocation":154,"dataGaName":310},"/ja-jp/solutions/public-sector/","public sector",{"text":312,"config":313},"価格",{"href":314,"dataGaName":315,"dataGaLocation":154,"dataNavLevelOne":315},"/ja-jp/pricing/","pricing",{"text":317,"config":318,"link":319,"lists":323,"feature":408},"関連リソース",{"dataNavLevelOne":72},{"text":320,"config":321},"すべてのリソースを表示",{"href":322,"dataGaName":72,"dataGaLocation":154},"/ja-jp/resources/",[324,357,380],{"title":325,"items":326},"はじめに",[327,332,337,342,347,352],{"text":328,"config":329},"インストール",{"href":330,"dataGaName":331,"dataGaLocation":154},"/ja-jp/install/","install",{"text":333,"config":334},"クイックスタートガイド",{"href":335,"dataGaName":336,"dataGaLocation":154},"/ja-jp/get-started/","quick setup checklists",{"text":338,"config":339},"学ぶ",{"href":340,"dataGaLocation":154,"dataGaName":341},"https://university.gitlab.com/","learn",{"text":343,"config":344},"製品ドキュメント",{"href":345,"dataGaName":346,"dataGaLocation":154},"https://docs.gitlab.com/","product documentation",{"text":348,"config":349},"ベストプラクティスビデオ",{"href":350,"dataGaName":351,"dataGaLocation":154},"/ja-jp/getting-started-videos/","best practice videos",{"text":353,"config":354},"インテグレーション",{"href":355,"dataGaName":356,"dataGaLocation":154},"/ja-jp/integrations/","integrations",{"title":358,"items":359},"検索する",[360,365,370,375],{"text":361,"config":362},"お客様成功事例",{"href":363,"dataGaName":364,"dataGaLocation":154},"/ja-jp/customers/","customer success stories",{"text":366,"config":367},"ブログ",{"href":368,"dataGaName":369,"dataGaLocation":154},"/ja-jp/blog/","blog",{"text":371,"config":372},"リモート",{"href":373,"dataGaName":374,"dataGaLocation":154},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":376,"config":377},"TeamOps",{"href":378,"dataGaName":379,"dataGaLocation":154},"/ja-jp/teamops/","teamops",{"title":381,"items":382},"つなげる",[383,388,393,398,403],{"text":384,"config":385},"GitLabサービス",{"href":386,"dataGaName":387,"dataGaLocation":154},"/ja-jp/services/","services",{"text":389,"config":390},"コミュニティ",{"href":391,"dataGaName":392,"dataGaLocation":154},"/community/","community",{"text":394,"config":395},"フォーラム",{"href":396,"dataGaName":397,"dataGaLocation":154},"https://forum.gitlab.com/","forum",{"text":399,"config":400},"イベント",{"href":401,"dataGaName":402,"dataGaLocation":154},"/events/","events",{"text":404,"config":405},"パートナー",{"href":406,"dataGaName":407,"dataGaLocation":154},"/ja-jp/partners/","partners",{"backgroundColor":409,"textColor":410,"text":411,"image":412,"link":416},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":413,"config":414},"ソースプロモカード",{"src":415},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":417,"config":418},"最新情報を読む",{"href":419,"dataGaName":420,"dataGaLocation":154},"/ja-jp/the-source/","the source",{"text":422,"config":423,"lists":425},"会社情報",{"dataNavLevelOne":424},"company",[426],{"items":427},[428,433,439,441,446,451,456,461,466,471,476],{"text":429,"config":430},"GitLabについて",{"href":431,"dataGaName":432,"dataGaLocation":154},"/ja-jp/company/","about",{"text":434,"config":435,"footerGa":438},"採用情報",{"href":436,"dataGaName":437,"dataGaLocation":154},"/jobs/","jobs",{"dataGaName":437},{"text":399,"config":440},{"href":401,"dataGaName":402,"dataGaLocation":154},{"text":442,"config":443},"経営陣",{"href":444,"dataGaName":445,"dataGaLocation":154},"/company/team/e-group/","leadership",{"text":447,"config":448},"チーム",{"href":449,"dataGaName":450,"dataGaLocation":154},"/company/team/","team",{"text":452,"config":453},"ハンドブック",{"href":454,"dataGaName":455,"dataGaLocation":154},"https://handbook.gitlab.com/","handbook",{"text":457,"config":458},"投資家向け情報",{"href":459,"dataGaName":460,"dataGaLocation":154},"https://ir.gitlab.com/","investor relations",{"text":462,"config":463},"トラストセンター",{"href":464,"dataGaName":465,"dataGaLocation":154},"/ja-jp/security/","trust center",{"text":467,"config":468},"AI Transparency Center",{"href":469,"dataGaName":470,"dataGaLocation":154},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":472,"config":473},"ニュースレター",{"href":474,"dataGaName":475,"dataGaLocation":154},"/company/contact/","newsletter",{"text":477,"config":478},"プレス",{"href":479,"dataGaName":480,"dataGaLocation":154},"/press/","press",{"text":161,"config":482,"lists":483},{"dataNavLevelOne":424},[484],{"items":485},[486,489,494],{"text":161,"config":487},{"href":163,"dataGaName":488,"dataGaLocation":154},"talk to sales",{"text":490,"config":491},"サポートを受ける",{"href":492,"dataGaName":493,"dataGaLocation":154},"/support/","get help",{"text":495,"config":496},"カスタマーポータル",{"href":497,"dataGaName":498,"dataGaLocation":154},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":500,"login":501,"suggestions":508},"閉じる",{"text":502,"link":503},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":504,"config":505},"GitLab.com",{"href":168,"dataGaName":506,"dataGaLocation":507},"search login","search",{"text":509,"default":510},"提案",[511,514,519,521,525,529],{"text":183,"config":512},{"href":188,"dataGaName":513,"dataGaLocation":507},"GitLab Duo (AI)",{"text":515,"config":516},"コード提案（AI）",{"href":517,"dataGaName":518,"dataGaLocation":507},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":21,"config":520},{"href":235,"dataGaName":21,"dataGaLocation":507},{"text":522,"config":523},"GitLab on AWS",{"href":524,"dataGaName":522,"dataGaLocation":507},"/ja-jp/partners/technology-partners/aws/",{"text":526,"config":527},"GitLab on Google Cloud",{"href":528,"dataGaName":526,"dataGaLocation":507},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":530,"config":531},"GitLabを選ぶ理由",{"href":195,"dataGaName":532,"dataGaLocation":507},"Why GitLab?",{"freeTrial":534,"mobileIcon":538,"desktopIcon":543},{"text":156,"config":535},{"href":536,"dataGaName":159,"dataGaLocation":537},"https://gitlab.com/-/trials/new/","nav",{"altText":539,"config":540},"GitLabアイコン",{"src":541,"dataGaName":542,"dataGaLocation":537},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":539,"config":544},{"src":545,"dataGaName":542,"dataGaLocation":537},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":547,"mobileIcon":551,"desktopIcon":553},{"text":548,"config":549},"GitLab Duoの詳細について",{"href":188,"dataGaName":550,"dataGaLocation":537},"gitlab duo",{"altText":539,"config":552},{"src":541,"dataGaName":542,"dataGaLocation":537},{"altText":539,"config":554},{"src":545,"dataGaName":542,"dataGaLocation":537},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":560,"_dir":148,"_draft":6,"_partial":6,"_locale":7,"title":561,"button":562,"config":567,"_id":569,"_type":141,"_source":142,"_file":570,"_stem":571,"_extension":145},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":563,"config":564},"ベータ版を試す",{"href":565,"dataGaName":566,"dataGaLocation":154},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":568},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":573,"_dir":148,"_draft":6,"_partial":6,"_locale":7,"data":574,"_id":778,"_type":141,"title":779,"_source":142,"_file":780,"_stem":781,"_extension":145},"/shared/ja-jp/main-footer",{"text":575,"source":576,"edit":582,"contribute":587,"config":592,"items":597,"minimal":770},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":577,"config":578},"ページのソースを表示",{"href":579,"dataGaName":580,"dataGaLocation":581},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":583,"config":584},"このページを編集",{"href":585,"dataGaName":586,"dataGaLocation":581},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":588,"config":589},"ご協力をお願いします",{"href":590,"dataGaName":591,"dataGaLocation":581},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":593,"facebook":594,"youtube":595,"linkedin":596},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[598,621,675,707,742],{"title":172,"links":599,"subMenu":604},[600],{"text":601,"config":602},"DevSecOpsプラットフォーム",{"href":181,"dataGaName":603,"dataGaLocation":581},"devsecops platform",[605],{"title":312,"links":606},[607,611,616],{"text":608,"config":609},"プランの表示",{"href":314,"dataGaName":610,"dataGaLocation":581},"view plans",{"text":612,"config":613},"Premiumを選ぶ理由",{"href":614,"dataGaName":615,"dataGaLocation":581},"/ja-jp/pricing/premium/","why premium",{"text":617,"config":618},"Ultimateを選ぶ理由",{"href":619,"dataGaName":620,"dataGaLocation":581},"/ja-jp/pricing/ultimate/","why ultimate",{"title":622,"links":623},"ソリューション",[624,629,632,634,639,644,648,651,654,659,661,663,665,670],{"text":625,"config":626},"デジタルトランスフォーメーション",{"href":627,"dataGaName":628,"dataGaLocation":581},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":630,"config":631},"セキュリティとコンプライアンス",{"href":254,"dataGaName":261,"dataGaLocation":581},{"text":246,"config":633},{"href":230,"dataGaName":231,"dataGaLocation":581},{"text":635,"config":636},"アジャイル開発",{"href":637,"dataGaName":638,"dataGaLocation":581},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":640,"config":641},"クラウドトランスフォーメーション",{"href":642,"dataGaName":643,"dataGaLocation":581},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":645,"config":646},"SCM",{"href":243,"dataGaName":647,"dataGaLocation":581},"source code management",{"text":21,"config":649},{"href":235,"dataGaName":650,"dataGaLocation":581},"continuous integration & delivery",{"text":284,"config":652},{"href":286,"dataGaName":653,"dataGaLocation":581},"value stream management",{"text":655,"config":656},"GitOps",{"href":657,"dataGaName":658,"dataGaLocation":581},"/ja-jp/solutions/gitops/","gitops",{"text":297,"config":660},{"href":299,"dataGaName":300,"dataGaLocation":581},{"text":302,"config":662},{"href":304,"dataGaName":305,"dataGaLocation":581},{"text":307,"config":664},{"href":309,"dataGaName":310,"dataGaLocation":581},{"text":666,"config":667},"教育",{"href":668,"dataGaName":669,"dataGaLocation":581},"/ja-jp/solutions/education/","education",{"text":671,"config":672},"金融サービス",{"href":673,"dataGaName":674,"dataGaLocation":581},"/ja-jp/solutions/finance/","financial services",{"title":317,"links":676},[677,679,681,683,686,688,691,693,695,697,699,701,703,705],{"text":328,"config":678},{"href":330,"dataGaName":331,"dataGaLocation":581},{"text":333,"config":680},{"href":335,"dataGaName":336,"dataGaLocation":581},{"text":338,"config":682},{"href":340,"dataGaName":341,"dataGaLocation":581},{"text":343,"config":684},{"href":345,"dataGaName":685,"dataGaLocation":581},"docs",{"text":366,"config":687},{"href":368,"dataGaName":369},{"text":689,"config":690},"お客様の成功事例",{"href":363,"dataGaLocation":581},{"text":361,"config":692},{"href":363,"dataGaName":364,"dataGaLocation":581},{"text":371,"config":694},{"href":373,"dataGaName":374,"dataGaLocation":581},{"text":384,"config":696},{"href":386,"dataGaName":387,"dataGaLocation":581},{"text":376,"config":698},{"href":378,"dataGaName":379,"dataGaLocation":581},{"text":389,"config":700},{"href":391,"dataGaName":392,"dataGaLocation":581},{"text":394,"config":702},{"href":396,"dataGaName":397,"dataGaLocation":581},{"text":399,"config":704},{"href":401,"dataGaName":402,"dataGaLocation":581},{"text":404,"config":706},{"href":406,"dataGaName":407,"dataGaLocation":581},{"title":708,"links":709},"Company",[710,712,714,716,718,720,722,726,731,733,735,737],{"text":429,"config":711},{"href":431,"dataGaName":424,"dataGaLocation":581},{"text":434,"config":713},{"href":436,"dataGaName":437,"dataGaLocation":581},{"text":442,"config":715},{"href":444,"dataGaName":445,"dataGaLocation":581},{"text":447,"config":717},{"href":449,"dataGaName":450,"dataGaLocation":581},{"text":452,"config":719},{"href":454,"dataGaName":455,"dataGaLocation":581},{"text":457,"config":721},{"href":459,"dataGaName":460,"dataGaLocation":581},{"text":723,"config":724},"Sustainability",{"href":725,"dataGaName":723,"dataGaLocation":581},"/sustainability/",{"text":727,"config":728},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":729,"dataGaName":730,"dataGaLocation":581},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":462,"config":732},{"href":464,"dataGaName":465,"dataGaLocation":581},{"text":472,"config":734},{"href":474,"dataGaName":475,"dataGaLocation":581},{"text":477,"config":736},{"href":479,"dataGaName":480,"dataGaLocation":581},{"text":738,"config":739},"現代奴隷制の透明性に関する声明",{"href":740,"dataGaName":741,"dataGaLocation":581},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":161,"links":743},[744,746,748,750,755,760,765],{"text":161,"config":745},{"href":163,"dataGaName":164,"dataGaLocation":581},{"text":490,"config":747},{"href":492,"dataGaName":493,"dataGaLocation":581},{"text":495,"config":749},{"href":497,"dataGaName":498,"dataGaLocation":581},{"text":751,"config":752},"ステータス",{"href":753,"dataGaName":754,"dataGaLocation":581},"https://status.gitlab.com/","status",{"text":756,"config":757},"利用規約",{"href":758,"dataGaName":759,"dataGaLocation":581},"/terms/","terms of use",{"text":761,"config":762},"プライバシーに関する声明",{"href":763,"dataGaName":764,"dataGaLocation":581},"/ja-jp/privacy/","privacy statement",{"text":766,"config":767},"Cookieの設定",{"dataGaName":768,"dataGaLocation":581,"id":769,"isOneTrustButton":216},"cookie preferences","ot-sdk-btn",{"items":771},[772,774,776],{"text":756,"config":773},{"href":758,"dataGaName":759,"dataGaLocation":581},{"text":761,"config":775},{"href":763,"dataGaName":764,"dataGaLocation":581},{"text":766,"config":777},{"dataGaName":768,"dataGaLocation":581,"id":769,"isOneTrustButton":216},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":783,"_dir":148,"_draft":6,"_partial":6,"_locale":7,"header":784,"eyebrow":785,"blurb":786,"button":787,"secondaryButton":791,"_id":793,"_type":141,"title":794,"_source":142,"_file":795,"_stem":796,"_extension":145},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":156,"config":788},{"href":789,"dataGaName":159,"dataGaLocation":790},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":161,"config":792},{"href":163,"dataGaName":164,"dataGaLocation":790},"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":798,"content":799,"_id":140,"_type":141,"title":7,"_source":142,"_file":143,"_stem":144,"_extension":145},{"title":9,"description":10},[800,808,811,830,871],{"type":13,"componentName":13,"componentContent":801},{"crumbs":802},[803,805,807],{"title":17,"config":804},{"href":19},{"title":21,"config":806},{"href":23},{"title":25},{"type":27,"componentName":27,"componentContent":809},{"title":9,"text":29,"config":810},{"id":31,"twoColumns":6},{"type":33,"componentName":33,"componentContent":812},{"anchors":813,"components":819},{"text":36,"data":814},[815,817],{"text":39,"config":816},{"href":41},{"text":43,"config":818},{"href":45},[820,823,826],{"type":48,"componentName":48,"componentContent":821},{"header":39,"text":50,"config":822},{"id":52},{"type":48,"componentName":48,"componentContent":824},{"header":43,"text":55,"config":825},{"id":57},{"type":59,"componentName":59,"componentContent":827},{"title":61,"primaryButton":828},{"text":63,"config":829},{"href":65},{"type":67,"componentName":67,"componentContent":831},{"header":69,"tabs":832},[833],{"name":72,"items":834,"config":870},[835,840,845,850,855,860,865],{"header":75,"type":76,"image":836,"link":838},{"altText":75,"config":837},{"src":79},{"text":63,"config":839},{"href":82,"icon":83,"modal":6},{"header":85,"type":86,"image":841,"link":843},{"altText":85,"config":842},{"src":89},{"text":63,"config":844},{"href":92,"icon":93,"modal":6},{"header":95,"type":86,"image":846,"link":848},{"altText":95,"config":847},{"src":98},{"text":63,"config":849},{"href":101,"icon":93,"modal":6},{"header":103,"type":104,"image":851,"link":853},{"altText":103,"config":852},{"src":107},{"text":63,"config":854},{"href":110,"icon":111,"modal":6},{"header":113,"type":114,"image":856,"link":858},{"altText":113,"config":857},{"src":117},{"text":63,"config":859},{"href":120,"icon":114,"modal":6},{"header":122,"type":114,"image":861,"link":863},{"altText":122,"config":862},{"src":125},{"text":63,"config":864},{"href":128,"icon":114,"modal":6},{"header":130,"type":114,"image":866,"link":868},{"altText":130,"config":867},{"src":133},{"text":63,"config":869},{"href":136,"icon":114,"modal":6},{"key":72},{"type":139,"componentName":139},1761814471810]