Skip to content

Commit 1255be5

Browse files
committed
📚 Sync docs from alaudadevops/tektoncd-operator on cfde35b20eb66038dd56b0fe4fb61bc82e5d4ef5
Source: Docs/add tutorial (#440) Author: zhoub Ref: refs/heads/main Commit: cfde35b20eb66038dd56b0fe4fb61bc82e5d4ef5 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: AlaudaDevops/tektoncd-operator@cfde35b 🤖 Synced on 2025-09-03 07:02:13 UTC
1 parent a2fc4c1 commit 1255be5

File tree

6 files changed

+53
-16
lines changed

6 files changed

+53
-16
lines changed

.github/SYNC_INFO.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Documentation Sync Information
22

3-
- **Last synced**: 2025-09-03 06:06:46 UTC
3+
- **Last synced**: 2025-09-03 07:02:13 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [26ad4b3a4fc1166b077d072e8a8775aece73b1a9](https://github.com/alaudadevops/tektoncd-operator/commit/26ad4b3a4fc1166b077d072e8a8775aece73b1a9)
6-
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#43](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17423042800)
5+
- **Source commit**: [cfde35b20eb66038dd56b0fe4fb61bc82e5d4ef5](https://github.com/alaudadevops/tektoncd-operator/commit/cfde35b20eb66038dd56b0fe4fb61bc82e5d4ef5)
6+
- **Triggered by**: tik-seven
7+
- **Workflow run**: [#44](https://github.com/alaudadevops/tektoncd-operator/actions/runs/17425687592)
88

99
## Files synced:
1010
- docs/

docs/en/pipelines/how_to/specifying_remote_pipelines_using_hub_resolvers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ We supply a default Hub instance for you to use.
2121

2222
Here is the pipelines available on Hub:
2323

24-
- [java-image-build-scan-deploy](./use-java-image-build-scan-deploy-pipeline.mdx)
25-
- [python-image-build-scan-deploy](./use-python-image-build-scan-deploy-pipeline.mdx)
24+
- `java-image-build-scan-deploy`
25+
- `python-image-build-scan-deploy`
2626

2727
### 2. Specifying the remote task using the hub resolver
2828

docs/en/tutorials/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
weight: 850
3+
---
4+
# Tutorials
5+
6+
<Overview />

docs/en/tutorials/introduction.mdx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
weight: 10
3+
---
4+
# Introduction
5+
6+
## About This Document
7+
8+
This document focuses on common application scenarios of the `Alauda DevOps Pipelines` and summarizes practical tutorials that can be directly reused, aiming to provide you with clear operational guidance and scenario-based solutions to help efficiently implement DevOps automation processes.
9+
10+
## Prerequisite Knowledge
11+
12+
Before starting this tutorial, it is recommended that you have a basic understanding of the core features of the `Alauda DevOps Pipelines`. These fundamental knowledge will help you better understand the operational logic, parameter configuration, and scenario based processes in the tutorial, including:
13+
14+
- [Pipelines](../pipelines/intro.mdx)
15+
- [Triggers](../triggers/intro.mdx)
16+
- [Hub](../hub/intro.mdx)
17+
- [Results](../results/intro.mdx)
18+
19+
## Start Tutorial
20+
21+
The following summarizes the operational practices of common application scenarios, providing detailed scheme descriptions and operational guidance for each practice.
22+
23+
| Tutorial | Description |
24+
| ------------------------------------------------------------ | ------------------------------------------------------------ |
25+
| [Building a Java pipeline using template](./use-java-image-build-scan-deploy-pipeline.mdx) | This tutorial introduces the use of templates to build Java pipelines. |
26+
| [Building a Python pipeline using template](./use-python-image-build-scan-deploy-pipeline.mdx) | This tutorial introduces the use of template to build Python pipelines. |
27+
28+
29+
30+
31+

docs/en/pipelines/how_to/use-java-image-build-scan-deploy-pipeline.mdx renamed to docs/en/tutorials/use-java-image-build-scan-deploy-pipeline.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
weight: 10
2+
weight: 20
33
i18n:
44
title:
5-
en: Use java-image-build-scan-deploy Pipeline
6-
zh: 使用 java-image-build-scan-deploy 管道
7-
title: Use java-image-build-scan-deploy Pipeline
5+
en: Building a Java pipeline using template
6+
zh: 使用模板构建 Java 流水线
7+
title: Building a Java pipeline using template
88
---
99

10-
# Use java-image-build-scan-deploy Pipeline
10+
# Building a Java pipeline using template
1111

1212
This pipeline is designed to automate a full CI/CD workflow for Java applications.
1313
It is reusable and flexible, supporting custom build arguments, multiple workspaces, and conditional execution of steps.

docs/en/pipelines/how_to/use-python-image-build-scan-deploy-pipeline.mdx renamed to docs/en/tutorials/use-python-image-build-scan-deploy-pipeline.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
weight: 10
2+
weight: 20
33
i18n:
44
title:
5-
en: Use python-image-build-scan-deploy Pipeline
6-
zh: 使用 python-image-build-scan-deploy 管道
7-
title: Use python-image-build-scan-deploy Pipeline
5+
en: Building a Python pipeline using template
6+
zh: 使用模板构建 Python 流水线
7+
title: Building a Python pipeline using template
88
---
99

10-
# Use python-image-build-scan-deploy Pipeline
10+
# Building a Python pipeline using template
1111

1212
This pipeline is designed to automate a full CI/CD workflow for Python applications.
1313
It is reusable and flexible, supporting custom build arguments, multiple workspaces, and conditional execution of steps.

0 commit comments

Comments
 (0)