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.

모두 보기 포매터 및 코드