mirror of
https://github.com/tektoncd/catalog.git
synced 2024-12-11 07:50:29 +00:00
86e603cb10
Add `maven` Task manifest Add PipelineResource and TaskRun for testing Signed-off-by: Nikhil Thomas <nikthoma@redhat.com>
12 lines
248 B
YAML
12 lines
248 B
YAML
apiVersion: tekton.dev/v1alpha1
|
|
kind: PipelineResource
|
|
metadata:
|
|
name: maven-resource-petclinic
|
|
spec:
|
|
type: git
|
|
params:
|
|
- name: revision
|
|
value: master
|
|
- name: url
|
|
value: https://github.com/spring-projects/spring-petclinic
|