リソース定義
リソースは、ビルド、リポジトリ、パイプライン、およびパイプラインで使用されるその他のリソースを指定します。
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.
この定義を参照する定義: パイプライン
プロパティ
builds
resources.builds。
パイプラインによって参照されるビルド リソースの一覧。
containers
resources.containers。
コンテナー イメージの一覧。
pipelines
resources.pipelines。
パイプライン リソースの一覧。
repositories
resources.repositories。
リポジトリ リソースの一覧。
webhooks
resources.webhooks。
Webhook の一覧。
packages
resources.packages。
パッケージ リソースの一覧。