リソース定義

リソースは、ビルド、リポジトリ、パイプライン、およびパイプラインで使用されるその他のリソースを指定します。

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:
  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.

この定義を参照する定義: パイプライン

プロパティ

buildsresources.builds
パイプラインによって参照されるビルド リソースの一覧。

containersresources.containers
コンテナー イメージの一覧。

pipelinesresources.pipelines
パイプライン リソースの一覧。

repositoriesresources.repositories
リポジトリ リソースの一覧。

webhooksresources.webhooks
Webhook の一覧。

packagesresources.packages
パッケージ リソースの一覧。

関連項目