Skip to content

Instantly share code, notes, and snippets.

@jstrachan
Forked from rawlingsj/pv-checker-bc.yaml
Created July 20, 2017 17:34
Show Gist options
  • Save jstrachan/d24a9d1efb79d6d8ccc59150216f03f0 to your computer and use it in GitHub Desktop.
Save jstrachan/d24a9d1efb79d6d8ccc59150216f03f0 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: BuildConfig
metadata:
name: pv-checker
spec:
runPolicy: Serial
source:
git:
ref: master
uri: https://github.com/rawlingsj/pv-checker.git
type: Git
strategy:
jenkinsPipelineStrategy:
jenkinsfilePath: Jenkinsfile
type: JenkinsPipeline
triggers:
- github:
secret: secret101
type: GitHub
- generic:
secret: secret101
type: Generic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment