1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-12-11 07:50:29 +00:00
catalog/maven/tests/resources.yaml
Nikhil Thomas 86e603cb10 Add MAVEN Task to catalog
Add `maven` Task manifest

Add PipelineResource and TaskRun for testing

Signed-off-by: Nikhil Thomas <nikthoma@redhat.com>
2019-12-04 07:42:38 -06:00

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