次の方法で共有


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.pipelinespipelinesします。
パイプライン リソースの一覧。

resources.repositoriesrepositoriesします。
リポジトリ リソースの一覧。

resources.webhookswebhooksします。
Webhook の一覧。

resources.packagespackagesします。
パッケージ リソースの一覧。

こちらもご覧ください