Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Last active July 20, 2017 17:34
Show Gist options
  • Save rawlingsj/f5b78eb8ea42890cef2f007f78ad3462 to your computer and use it in GitHub Desktop.
Save rawlingsj/f5b78eb8ea42890cef2f007f78ad3462 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