You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -256,6 +257,24 @@ By default compiling a pipeline will add metadata annotations and labels so that
256
257
257
258
The specific annotations and labels that are added to the task spec metadata to enable caching are: `annotations={'tekton.dev/template': ""}` and `labels={'pipelines.kubeflow.org/cache_enabled': 'true', 'pipelines.kubeflow.org/pipelinename': '', 'pipelines.kubeflow.org/generation': ''}`.
258
259
260
+
### Enforce Artifact Tracking
261
+
262
+
If you pipelines require artifact tracking in order to run, enforce artfact tracking to be always on for your pipelines using one of the two ways.
263
+
264
+
Enable by adding a new pipeline annotation that enforce artifact tracking for the whole pipeline:
0 commit comments