다음을 통해 공유


리소스 정의

리소스는 파이프라인에서 사용하는 빌드, 리포지토리, 파이프라인 및 기타 리소스를 지정합니다.

resources:
  builds: [ build ] # List of build resources referenced by the pipeline.
  containers: [ container ] # List of container images.
  pipelines: [ pipeline ] # List of pipeline resources.
  repositories: [ repository ] # List of repository resources.
  webhooks: [ webhook ] # List of webhooks.
  packages: [ package ] # List of package resources.
resources:
  builds: [ build ] # List of build resources referenced by the pipeline.
  containers: [ container ] # List of container images.
  pipelines: [ pipeline ] # List of pipeline resources.
  repositories: [ repository ] # List of repository resources.
  packages: [ package ] # List of package resources.

이 정의를 참조하는 정의: 파이프라인

속성

resources.buildsbuilds.
파이프라인에서 참조하는 빌드 리소스 목록입니다.

resources.containerscontainers.
컨테이너 이미지 목록입니다.

resources.pipelinespipelines.
파이프라인 리소스 목록입니다.

resources.repositoriesrepositories.
리포지토리 리소스 목록입니다.

resources.webhookswebhooks.
웹후크 목록입니다.

resources.packagespackages.
패키지 리소스 목록입니다.

참고하십시오