mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 12:02:47 +00:00
13 lines
267 B
YAML
13 lines
267 B
YAML
---
|
|
apiVersion: tekton.dev/v1alpha1
|
|
kind: PipelineResource
|
|
metadata:
|
|
name: git
|
|
namespace: tekton-pipeline-istio-project-1
|
|
spec:
|
|
type: git
|
|
params:
|
|
- name: revision
|
|
value: master
|
|
- name: url
|
|
value: git://github.com/beppevanrolleghem/cicdTest |