Files
kubernetes/dev/tekton/tasks/timestamp/timestamp-pipeline.yaml
2025-11-23 18:58:51 +01:00

12 lines
193 B
YAML

apiVersion: tekton.dev/v1beta1
kind: Pipeline
metadata:
name: timestamp
spec:
workspaces:
- name: shared-workspace
tasks:
- name: timestamp
taskRef:
name: timestamp