Skip to content

格式化与代码

GitLab CI 流水线

Multi-stage .gitlab-ci.yml — build / test / deploy.

Runs in your browser

编辑注

Understanding · One YAML file, every commit in your repo runs through it.

本深度章节目前仅有英文版本。上方的转换工具支持您的语言;长篇说明文章尚未翻译。

常见问题

Quick answers.

What is the result of this tool?

The tool produces a validated `.gitlab-ci.yml` file that you can place in the root of your repository to trigger GitLab pipelines.

Does this tool support Docker images?

Yes. You can specify a global `image` or set specific container images for individual jobs within the generated configuration.

Are common stages like Build and Test included?

The generator includes standard stages for building, testing, and deploying, though you can customise the job names and scripts.

Is my configuration sent to GitLab?

No. The logic is processed client-side in your browser. You must manually copy and commit the output to your GitLab instance.

大家也在搜索

相关工具

More in this room.

查看所有 格式化与代码