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.
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.
特性
builds
resources.builds。
パイプラインによって参照されるビルド リソースの一覧です。
containers
resources.containers。
コンテナー イメージの一覧。
resources.pipelinesを pipelines
します。
パイプライン リソースの一覧。
resources.repositoriesを repositories
します。
リポジトリ リソースの一覧。
resources.webhooksを webhooks
します。
Webhook の一覧。
resources.packagesを packages
します。
パッケージ リソースの一覧。
こちらもご覧ください
- パイプライン にリソースを追加する