initial commit
This commit is contained in:
11
dev/tekton/tasks/timestamp/timestamp-pipeline.yaml
Normal file
11
dev/tekton/tasks/timestamp/timestamp-pipeline.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: tekton.dev/v1beta1
|
||||
kind: Pipeline
|
||||
metadata:
|
||||
name: timestamp
|
||||
spec:
|
||||
workspaces:
|
||||
- name: shared-workspace
|
||||
tasks:
|
||||
- name: timestamp
|
||||
taskRef:
|
||||
name: timestamp
|
||||
Reference in New Issue
Block a user