Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 631 Bytes

builds-configuration-change-triggers.adoc

File metadata and controls

23 lines (18 loc) · 631 Bytes

Configuration change triggers

A configuration change trigger allows a build to be automatically invoked as soon as a new BuildConfig is created.

The following is an example trigger definition YAML within the BuildConfig:

  type: "ConfigChange"
Note

Configuration change triggers currently only work when creating a new BuildConfig. In a future release, configuration change triggers will also be able to launch a build whenever a BuildConfig is updated.