Definice prostředků

Prostředky určují sestavení, úložiště, kanály a další prostředky používané kanálem.

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.

Definice, které odkazují na tuto definici: kanál

Vlastnosti

buildsresources.builds.
Seznam prostředků sestavení, na které kanál odkazuje

containersresources.containers.
Seznam imagí kontejnerů

pipelinesresources.pipelines.
Seznam prostředků kanálu

repositoriesresources.repositories.
Seznam prostředků úložiště

webhooksresources.webhooks.
Seznam webhooků

packagesresources.packages.
Seznam prostředků balíčků

Viz také