Skip to content

Instantly share code, notes, and snippets.

@mcasperson
Last active March 5, 2020 21:02
Show Gist options
  • Select an option

  • Save mcasperson/c71fb05b021272b9904289ee12350276 to your computer and use it in GitHub Desktop.

Select an option

Save mcasperson/c71fb05b021272b9904289ee12350276 to your computer and use it in GitHub Desktop.
Tekton PipelineResource
apiVersion: tekton.dev/v1alpha1
kind: PipelineResource
metadata:
name: randomquotes-git
spec:
type: git
params:
- name: revision
value: master
- name: url
value: https://github.com/OctopusSamples/RandomQuotes-Java.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment