[PR #862] [CLOSED] CICD Pipeline Example #1092

Closed
opened 2026-02-17 17:21:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/862
Author: @itsperini
Created: 10/13/2025
Status: Closed

Base: mainHead: marco/cicd-tutorial


📝 Commits (10+)

  • 7f4e240 feat: first draft
  • f7a53f4 Update src/langgraph-platform/cicd-pipeline-example.mdx
  • e03ff9b Update src/langgraph-platform/cicd-pipeline-example.mdx
  • cd93173 Update src/langgraph-platform/cicd-pipeline-example.mdx
  • 359fb0d Update src/langgraph-platform/cicd-pipeline-example.mdx
  • 38d7093 Update src/langgraph-platform/cicd-pipeline-example.mdx
  • 046dbe5 Update src/langgraph-platform/cicd-pipeline-example.mdx
  • 0e71445 Update src/langgraph-platform/cicd-pipeline-example.mdx
  • 5ee4553 Update src/langgraph-platform/cicd-pipeline-example.mdx
  • e7556a8 Update src/langgraph-platform/cicd-pipeline-example.mdx

📊 Changes

7 files changed (+309 additions, -2 deletions)

View changed files

📝 src/docs.json (+4 -2)
src/langgraph-platform/cicd-pipeline-example.mdx (+305 -0)
src/langgraph-platform/images/cicd-cloud-lgp.png (+0 -0)
src/langgraph-platform/images/cicd-new-lgp-revision.png (+0 -0)
src/langgraph-platform/images/cicd-selfhosted-lgp.png (+0 -0)
src/langgraph-platform/images/cicd-studio-cli.png (+0 -0)
src/langgraph-platform/images/cicd-test-with-results.png (+0 -0)

📄 Description

Overview

New section under Deploy in LangGraph Platform with an example of cicd pipeline for a langgraph agent. It is built on top of this repo

Type of change

Type: New documentation page

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers

TODO

  • fix all relatives path for internal links
  • Add Troubleshooting section

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/862 **Author:** [@itsperini](https://github.com/itsperini) **Created:** 10/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `marco/cicd-tutorial` --- ### 📝 Commits (10+) - [`7f4e240`](https://github.com/langchain-ai/docs/commit/7f4e240c739fd5108275c95e1392d8edb6f99cfa) feat: first draft - [`f7a53f4`](https://github.com/langchain-ai/docs/commit/f7a53f473ec919c03e6c6b1f22939a35ecb2b34a) Update src/langgraph-platform/cicd-pipeline-example.mdx - [`e03ff9b`](https://github.com/langchain-ai/docs/commit/e03ff9bb1d27e36a0a999f57a29c8722df2fce4c) Update src/langgraph-platform/cicd-pipeline-example.mdx - [`cd93173`](https://github.com/langchain-ai/docs/commit/cd931737fee94d5da6ba9e89419c89012c12b3c5) Update src/langgraph-platform/cicd-pipeline-example.mdx - [`359fb0d`](https://github.com/langchain-ai/docs/commit/359fb0d7e3aa7fb00d3230f32431ed1f88aed01d) Update src/langgraph-platform/cicd-pipeline-example.mdx - [`38d7093`](https://github.com/langchain-ai/docs/commit/38d7093eed4701b5ef10b1cb40cbfcd6df4d5586) Update src/langgraph-platform/cicd-pipeline-example.mdx - [`046dbe5`](https://github.com/langchain-ai/docs/commit/046dbe5389b8af5d9bde11a050f40514a7e5cebc) Update src/langgraph-platform/cicd-pipeline-example.mdx - [`0e71445`](https://github.com/langchain-ai/docs/commit/0e71445f54e39cc8948e79aed231103406b43362) Update src/langgraph-platform/cicd-pipeline-example.mdx - [`5ee4553`](https://github.com/langchain-ai/docs/commit/5ee4553dd106a7a110b5bec6c3d77de3ae513acb) Update src/langgraph-platform/cicd-pipeline-example.mdx - [`e7556a8`](https://github.com/langchain-ai/docs/commit/e7556a8b8d64394e09e0484490c34545b736f976) Update src/langgraph-platform/cicd-pipeline-example.mdx ### 📊 Changes **7 files changed** (+309 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+4 -2) ➕ `src/langgraph-platform/cicd-pipeline-example.mdx` (+305 -0) ➕ `src/langgraph-platform/images/cicd-cloud-lgp.png` (+0 -0) ➕ `src/langgraph-platform/images/cicd-new-lgp-revision.png` (+0 -0) ➕ `src/langgraph-platform/images/cicd-selfhosted-lgp.png` (+0 -0) ➕ `src/langgraph-platform/images/cicd-studio-cli.png` (+0 -0) ➕ `src/langgraph-platform/images/cicd-test-with-results.png` (+0 -0) </details> ### 📄 Description ## Overview New section under Deploy in LangGraph Platform with an example of cicd pipeline for a langgraph agent. It is built on top of [this repo](https://github.com/langchain-ai/cicd-pipeline-example) ## Type of change **Type:** New documentation page ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers ## TODO - [ ] fix all relatives path for internal links - [ ] Add Troubleshooting section --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:21:42 -05:00
yindo closed this issue 2026-02-17 17:21:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1092