Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Created January 15, 2021 13:07
Show Gist options
  • Save rawlingsj/5ed8c622cfa453276e81497cb5987405 to your computer and use it in GitHub Desktop.
Save rawlingsj/5ed8c622cfa453276e81497cb5987405 to your computer and use it in GitHub Desktop.
apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
annotations:
lighthouse.jenkins-x.io/prependStepsURL: https://raw.githubusercontent.com/jenkins-x/jx3-pipeline-catalog/4a22dee8a67f66e5012729808de081d2f4d0e715/tasks/git-clone/git-clone.yaml
labels:
jenkins.io/pipelineType: build
name: jx-kh-chuck
spec:
pipelineSpec:
tasks:
- name: chuck-it
taskSpec:
steps:
- image: rawlingsj80/chuck:0.0.2
name: chuck
resources:
requests:
cpu: 100m
memory: 200Mi
workingDir: /workspace/source
serviceAccountName: tekton-bot
timeout: 0h20m0s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment